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
- PropertyToken.cs
- ObjectConverter.cs
- CngUIPolicy.cs
- RegexInterpreter.cs
- GridPatternIdentifiers.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- XslException.cs
- SqlTopReducer.cs
- GeneralTransformGroup.cs
- TextTreeInsertElementUndoUnit.cs
- SafeBitVector32.cs
- MemberAccessException.cs
- FamilyTypeface.cs
- ProtocolViolationException.cs
- WebPartVerbsEventArgs.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- UMPAttributes.cs
- IisTraceWebEventProvider.cs
- MasterPageParser.cs
- ApplicationFileParser.cs
- ObjectCacheHost.cs
- ReadOnlyDataSource.cs
- WinFormsSpinner.cs
- TypedDataSourceCodeGenerator.cs
- PieceDirectory.cs
- Label.cs
- XmlSignificantWhitespace.cs
- WebPartTransformerCollection.cs
- BaseHashHelper.cs
- OracleDataAdapter.cs
- PackageDigitalSignature.cs
- ChannelBinding.cs
- HtmlEmptyTagControlBuilder.cs
- UserUseLicenseDictionaryLoader.cs
- MexServiceChannelBuilder.cs
- AttachmentService.cs
- Utils.cs
- UnauthorizedWebPart.cs
- VSWCFServiceContractGenerator.cs
- ItemsPresenter.cs
- RecipientInfo.cs
- PerformanceCounterManager.cs
- hresults.cs
- TokenBasedSetEnumerator.cs
- DrawingCollection.cs
- DataGridViewMethods.cs
- NativeMethods.cs
- ErrorHandler.cs
- ExpressionEditor.cs
- FormViewModeEventArgs.cs
- MarkupWriter.cs
- TypeForwardedToAttribute.cs
- Signature.cs
- MediaPlayerState.cs
- ComponentChangedEvent.cs
- AggregatePushdown.cs
- StatusBarDrawItemEvent.cs
- SettingsPropertyIsReadOnlyException.cs
- DbDataReader.cs
- AVElementHelper.cs
- StringAttributeCollection.cs
- StdValidatorsAndConverters.cs
- SoapConverter.cs
- CodeArgumentReferenceExpression.cs
- ServiceChannelManager.cs
- HttpFileCollectionBase.cs
- designeractionlistschangedeventargs.cs
- ChameleonKey.cs
- OdbcErrorCollection.cs
- TaskbarItemInfo.cs
- WebConvert.cs
- TextEditorSpelling.cs
- SchemaObjectWriter.cs
- GenericAuthenticationEventArgs.cs
- FixedSOMPageConstructor.cs
- AspNetSynchronizationContext.cs
- NameNode.cs
- WebControlsSection.cs
- _NestedSingleAsyncResult.cs
- DataControlFieldCollection.cs
- PointAnimation.cs
- DataSourceProvider.cs
- AutomationTextAttribute.cs
- LinqDataSourceSelectEventArgs.cs
- Synchronization.cs
- CardSpaceSelector.cs
- Literal.cs
- XmlNamespaceMappingCollection.cs
- SQLMoney.cs
- Decorator.cs
- RoleProviderPrincipal.cs
- CodeTypeMember.cs
- TextWriterTraceListener.cs
- EasingKeyFrames.cs
- Matrix3DConverter.cs
- ReceiveActivity.cs
- ComponentDispatcherThread.cs
- RandomNumberGenerator.cs
- PresentationSource.cs
- DiscoveryVersionConverter.cs