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
- ChameleonKey.cs
- RestHandler.cs
- Hashtable.cs
- Column.cs
- DiscoveryInnerClientAdhocCD1.cs
- ScriptControlDescriptor.cs
- DrawingGroup.cs
- PrivateFontCollection.cs
- RewritingPass.cs
- Point3DCollectionConverter.cs
- FileDialogCustomPlacesCollection.cs
- BitmapFrameDecode.cs
- SchemaTypeEmitter.cs
- ConnectionManagementElementCollection.cs
- Config.cs
- GenericXmlSecurityToken.cs
- ScriptingJsonSerializationSection.cs
- AdRotator.cs
- TypeUsage.cs
- IdentityNotMappedException.cs
- ConnectionPoint.cs
- SecurityManager.cs
- HitTestParameters3D.cs
- RealProxy.cs
- ReverseQueryOperator.cs
- DataSourceXmlTextReader.cs
- NonParentingControl.cs
- SimpleApplicationHost.cs
- ResponseStream.cs
- FileDocument.cs
- DataSourceDescriptorCollection.cs
- SqlDataReader.cs
- HttpAsyncResult.cs
- MembershipSection.cs
- WebPartMovingEventArgs.cs
- SapiAttributeParser.cs
- FormViewUpdatedEventArgs.cs
- CompilerHelpers.cs
- HtmlInputImage.cs
- HealthMonitoringSectionHelper.cs
- DataGridPageChangedEventArgs.cs
- SchemaConstraints.cs
- FloaterBaseParagraph.cs
- EncoderParameter.cs
- MappingException.cs
- PackageRelationshipCollection.cs
- IImplicitResourceProvider.cs
- EntityDataSourceChangingEventArgs.cs
- HtmlShimManager.cs
- AssociationSet.cs
- CryptoConfig.cs
- LinkTarget.cs
- Style.cs
- ConstraintStruct.cs
- PropertyDescriptorComparer.cs
- OracleBFile.cs
- RepeaterItem.cs
- FormViewCommandEventArgs.cs
- BooleanConverter.cs
- MainMenu.cs
- GridView.cs
- RegexFCD.cs
- HwndSourceKeyboardInputSite.cs
- RefreshEventArgs.cs
- ScriptRef.cs
- TableSectionStyle.cs
- ZipArchive.cs
- ContentFileHelper.cs
- CancellableEnumerable.cs
- ValidationPropertyAttribute.cs
- SplayTreeNode.cs
- ItemPager.cs
- PageVisual.cs
- ContractListAdapter.cs
- AssemblyFilter.cs
- UIElementIsland.cs
- ValidationRuleCollection.cs
- TrackingStringDictionary.cs
- Utils.cs
- wmiprovider.cs
- NumericUpDownAcceleration.cs
- SecurityRuntime.cs
- DynamicMethod.cs
- HybridDictionary.cs
- ValidateNames.cs
- TypeToStringValueConverter.cs
- SqlRecordBuffer.cs
- _Win32.cs
- BackoffTimeoutHelper.cs
- TTSEngineProxy.cs
- InternalSafeNativeMethods.cs
- ClientSideQueueItem.cs
- GridView.cs
- Int32RectValueSerializer.cs
- ProxyWebPart.cs
- Triangle.cs
- XsdDuration.cs
- ConstrainedDataObject.cs
- SignatureDescription.cs
- WebResponse.cs