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
- ImpersonateTokenRef.cs
- PageStatePersister.cs
- DocumentPageTextView.cs
- ClipboardProcessor.cs
- ResourceExpression.cs
- ExtentCqlBlock.cs
- DataBoundControl.cs
- FragmentQueryKB.cs
- TypeInfo.cs
- HandleRef.cs
- DisplayNameAttribute.cs
- MouseButton.cs
- BoundColumn.cs
- ChannelEndpointElementCollection.cs
- X509ChainElement.cs
- PingReply.cs
- MultipleViewPattern.cs
- ExecutionContext.cs
- WebControlsSection.cs
- DataGridViewRowCancelEventArgs.cs
- DefaultPropertyAttribute.cs
- ProcessHostServerConfig.cs
- ACE.cs
- keycontainerpermission.cs
- LinqDataSourceDeleteEventArgs.cs
- ColumnTypeConverter.cs
- XMLSyntaxException.cs
- SQLBinary.cs
- RuntimeConfigLKG.cs
- PeerInvitationResponse.cs
- DetailsViewInsertedEventArgs.cs
- SqlConnectionStringBuilder.cs
- figurelengthconverter.cs
- RtfFormatStack.cs
- FunctionImportMapping.cs
- BulletDecorator.cs
- SQLSingle.cs
- BitmapEffectGeneralTransform.cs
- DataPagerFieldCollection.cs
- DataGridViewSelectedColumnCollection.cs
- HtmlElementCollection.cs
- SmtpReplyReaderFactory.cs
- Filter.cs
- Cloud.cs
- SqlGenerator.cs
- DiscreteKeyFrames.cs
- ParserExtension.cs
- UserControl.cs
- MouseEventArgs.cs
- StaticExtensionConverter.cs
- WorkflowWebHostingModule.cs
- NullToBooleanConverter.cs
- ActiveXHelper.cs
- HttpModuleActionCollection.cs
- PageContentAsyncResult.cs
- ListViewItem.cs
- GraphicsPathIterator.cs
- ValidationResult.cs
- Nodes.cs
- NetCodeGroup.cs
- Variant.cs
- PasswordRecovery.cs
- PlanCompilerUtil.cs
- SchemaElementDecl.cs
- Parsers.cs
- Rotation3D.cs
- JsonWriter.cs
- CriticalExceptions.cs
- TextEffectResolver.cs
- ColorAnimationBase.cs
- SecurityTokenException.cs
- DocumentGridPage.cs
- MaskDescriptor.cs
- XmlStringTable.cs
- WebResourceAttribute.cs
- HandlerFactoryWrapper.cs
- Policy.cs
- SoundPlayer.cs
- CustomAttributeFormatException.cs
- DataPagerFieldItem.cs
- RSAPKCS1KeyExchangeFormatter.cs
- RenderDataDrawingContext.cs
- Random.cs
- SqlDeflator.cs
- EntityDataSourceState.cs
- SoapHeaders.cs
- Window.cs
- DataTableMappingCollection.cs
- JsonCollectionDataContract.cs
- AxHost.cs
- ToolStripSettings.cs
- FileReservationCollection.cs
- ToolStripPanel.cs
- Int64Converter.cs
- WindowsFormsLinkLabel.cs
- ImpersonationContext.cs
- TreeView.cs
- ExpressionReplacer.cs
- HandleCollector.cs
- ForeignConstraint.cs