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
- ZipFileInfo.cs
- XpsFilter.cs
- CacheOutputQuery.cs
- MatrixAnimationUsingKeyFrames.cs
- XmlSchemaDatatype.cs
- CategoryList.cs
- XmlSchema.cs
- SafeHandle.cs
- FilePrompt.cs
- Double.cs
- SecureStringHasher.cs
- DataGridViewCellCollection.cs
- NetCodeGroup.cs
- ControlUtil.cs
- HostingPreferredMapPath.cs
- FontWeight.cs
- FieldToken.cs
- RenderDataDrawingContext.cs
- IdentityReference.cs
- PeerCollaborationPermission.cs
- SecurityPolicySection.cs
- SafeFindHandle.cs
- FixedPosition.cs
- CodeValidator.cs
- WhitespaceRule.cs
- UserControlBuildProvider.cs
- MgmtConfigurationRecord.cs
- SafeMILHandle.cs
- StylusPoint.cs
- ParenthesizePropertyNameAttribute.cs
- ProtocolImporter.cs
- NonVisualControlAttribute.cs
- _SingleItemRequestCache.cs
- CssClassPropertyAttribute.cs
- TypeSystem.cs
- HTMLTagNameToTypeMapper.cs
- CanonicalizationDriver.cs
- MeshGeometry3D.cs
- ClientSettingsStore.cs
- Screen.cs
- RouteTable.cs
- BookmarkScopeInfo.cs
- _WinHttpWebProxyDataBuilder.cs
- ScriptingSectionGroup.cs
- HttpServerVarsCollection.cs
- SingletonInstanceContextProvider.cs
- RoleService.cs
- Frame.cs
- storagemappingitemcollection.viewdictionary.cs
- ExtensionSurface.cs
- dbenumerator.cs
- FusionWrap.cs
- BinaryObjectInfo.cs
- DataListItemEventArgs.cs
- RegexCompilationInfo.cs
- FileReader.cs
- OutputCacheSettings.cs
- PassportAuthentication.cs
- _StreamFramer.cs
- TemplateKeyConverter.cs
- ITreeGenerator.cs
- MultiByteCodec.cs
- BaseTemplateBuildProvider.cs
- ContainerAction.cs
- ExpandedWrapper.cs
- Win32.cs
- SoapServerProtocol.cs
- FileVersion.cs
- DataFieldConverter.cs
- DragEventArgs.cs
- CodeRemoveEventStatement.cs
- QuaternionRotation3D.cs
- SqlWriter.cs
- ApplicationSettingsBase.cs
- UIElementParagraph.cs
- ExtensionQuery.cs
- FileStream.cs
- XmlSchemaSimpleType.cs
- DataColumnPropertyDescriptor.cs
- OleDbParameterCollection.cs
- CharAnimationUsingKeyFrames.cs
- WorkflowApplicationCompletedEventArgs.cs
- MSHTMLHost.cs
- TraceContextRecord.cs
- ValidatedControlConverter.cs
- OpenFileDialog.cs
- InteropEnvironment.cs
- WinCategoryAttribute.cs
- EntitySqlException.cs
- PanelStyle.cs
- ProviderUtil.cs
- PolyQuadraticBezierSegment.cs
- CookielessHelper.cs
- ContainerFilterService.cs
- Context.cs
- Registry.cs
- StylusPlugin.cs
- QueryOutputWriterV1.cs
- CaseStatement.cs
- CursorInteropHelper.cs