Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotated.cs / 1 / 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
- MessageQueueException.cs
- EntityDescriptor.cs
- EmptyQuery.cs
- StaticFileHandler.cs
- DaylightTime.cs
- Interlocked.cs
- ImagingCache.cs
- NamespaceEmitter.cs
- ToolStripItemClickedEventArgs.cs
- DataServiceQueryContinuation.cs
- DBAsyncResult.cs
- DataGridLinkButton.cs
- Pair.cs
- DbProviderFactory.cs
- CodeThrowExceptionStatement.cs
- contentDescriptor.cs
- InstanceCreationEditor.cs
- CustomAttributeBuilder.cs
- HyperLinkColumn.cs
- SqlTriggerContext.cs
- TopClause.cs
- EmbossBitmapEffect.cs
- PerformanceCounterManager.cs
- GridViewCancelEditEventArgs.cs
- SingleAnimationUsingKeyFrames.cs
- EntityUtil.cs
- URLString.cs
- Attribute.cs
- RectKeyFrameCollection.cs
- TableLayoutRowStyleCollection.cs
- SqlTypesSchemaImporter.cs
- HexParser.cs
- PreloadedPackages.cs
- LoopExpression.cs
- BinaryMessageEncodingBindingElement.cs
- ProviderConnectionPoint.cs
- Point4D.cs
- TextEditorCopyPaste.cs
- SearchForVirtualItemEventArgs.cs
- SynchronizedCollection.cs
- WebBrowserHelper.cs
- DesignerCategoryAttribute.cs
- XmlNodeChangedEventManager.cs
- Size3DValueSerializer.cs
- embossbitmapeffect.cs
- Ray3DHitTestResult.cs
- TextTreeUndoUnit.cs
- ImageBrush.cs
- ItemCollection.cs
- StylusCaptureWithinProperty.cs
- WebPartEventArgs.cs
- ImageSource.cs
- LocalizableAttribute.cs
- ApplicationFileParser.cs
- DeclaredTypeValidatorAttribute.cs
- WebPartExportVerb.cs
- UserPreferenceChangedEventArgs.cs
- JsonWriter.cs
- RegisteredHiddenField.cs
- ProcessHostConfigUtils.cs
- WebScriptEnablingElement.cs
- DataGridRelationshipRow.cs
- TableRow.cs
- PieceDirectory.cs
- ExternalFile.cs
- CommandConverter.cs
- TypeSystem.cs
- _SingleItemRequestCache.cs
- Overlapped.cs
- CapabilitiesState.cs
- BaseDataBoundControl.cs
- AutomationElementCollection.cs
- TCEAdapterGenerator.cs
- _WinHttpWebProxyDataBuilder.cs
- ModulesEntry.cs
- ActiveXSerializer.cs
- BitmapMetadata.cs
- FormViewUpdatedEventArgs.cs
- cookieexception.cs
- StorageFunctionMapping.cs
- HtmlElement.cs
- OleDbConnectionInternal.cs
- MruCache.cs
- HtmlAnchor.cs
- MetadataCollection.cs
- SiteMapNodeItemEventArgs.cs
- NotCondition.cs
- SkewTransform.cs
- ModelChangedEventArgsImpl.cs
- WindowCollection.cs
- XmlSchemaComplexType.cs
- FormsAuthenticationEventArgs.cs
- SafeHandle.cs
- FillBehavior.cs
- TrustVersion.cs
- PolicyUtility.cs
- ListViewInsertEventArgs.cs
- ControlEvent.cs
- ReferenceEqualityComparer.cs
- XmlCompatibilityReader.cs