Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotated.cs / 1305376 / XmlSchemaAnnotated.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotated : XmlSchemaObject { string id; XmlSchemaAnnotation annotation; XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotated : XmlSchemaObject { string id; XmlSchemaAnnotation annotation; XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("annotation", typeof(XmlSchemaAnnotation))] public XmlSchemaAnnotation Annotation { get { return annotation; } set { annotation = value; } } ///[To be supplied.] ////// /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } internal override void AddAnnotation(XmlSchemaAnnotation annotation) { this.annotation = annotation; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlBuilderAttribute.cs
- IgnoreSectionHandler.cs
- ButtonFieldBase.cs
- DataContractJsonSerializer.cs
- CaseKeyBox.xaml.cs
- EditorPartChrome.cs
- PrePrepareMethodAttribute.cs
- MenuItemStyle.cs
- PersonalizationEntry.cs
- TreeViewHitTestInfo.cs
- _AutoWebProxyScriptHelper.cs
- AsynchronousChannelMergeEnumerator.cs
- FormViewUpdatedEventArgs.cs
- InvalidProgramException.cs
- NonParentingControl.cs
- Page.cs
- OleDbWrapper.cs
- Annotation.cs
- Translator.cs
- TrackingRecord.cs
- FixedSOMPage.cs
- ProviderBase.cs
- FileVersion.cs
- RoutingUtilities.cs
- BigInt.cs
- ConfigXmlAttribute.cs
- TextDecorationCollectionConverter.cs
- SystemWebSectionGroup.cs
- DataGridViewDataErrorEventArgs.cs
- DiagnosticSection.cs
- TrackingExtract.cs
- LocalFileSettingsProvider.cs
- GACIdentityPermission.cs
- WebServiceEnumData.cs
- PingReply.cs
- MetadataCache.cs
- UInt16Storage.cs
- IISUnsafeMethods.cs
- LinqDataView.cs
- DataReceivedEventArgs.cs
- UnionCodeGroup.cs
- BinaryObjectWriter.cs
- ListSortDescription.cs
- ADConnectionHelper.cs
- EmptyEnumerable.cs
- ServiceMemoryGates.cs
- InvokeWebService.cs
- BitmapFrameDecode.cs
- DataGridLinkButton.cs
- SingleAnimationUsingKeyFrames.cs
- Panel.cs
- HtmlInputReset.cs
- Scheduling.cs
- SessionState.cs
- MessageDecoder.cs
- XsdValidatingReader.cs
- EntitySetDataBindingList.cs
- StackBuilderSink.cs
- Panel.cs
- DataGridDesigner.cs
- ZipIOCentralDirectoryFileHeader.cs
- ClockGroup.cs
- FileCodeGroup.cs
- MenuEventArgs.cs
- PropertyInformationCollection.cs
- SimpleHandlerFactory.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ToolboxBitmapAttribute.cs
- CultureInfoConverter.cs
- DataRecordObjectView.cs
- DelegateSerializationHolder.cs
- IPEndPoint.cs
- ServiceContractViewControl.cs
- WebPartCatalogCloseVerb.cs
- QuaternionRotation3D.cs
- TextTreeRootNode.cs
- PictureBox.cs
- XmlDataSource.cs
- XmlNamespaceManager.cs
- IdentityManager.cs
- SafeCryptoHandles.cs
- Color.cs
- QueueTransferProtocol.cs
- User.cs
- ContextItem.cs
- TabPage.cs
- CustomCredentialPolicy.cs
- counter.cs
- WebZone.cs
- CopyNamespacesAction.cs
- CodeGen.cs
- WCFModelStrings.Designer.cs
- ConfigXmlSignificantWhitespace.cs
- RemoteWebConfigurationHostServer.cs
- DetailsViewModeEventArgs.cs
- Vector.cs
- MailMessage.cs
- MethodCallTranslator.cs
- TextHidden.cs
- EndpointDiscoveryBehavior.cs