Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- UIPermission.cs
- ImplicitInputBrush.cs
- CompleteWizardStep.cs
- EntityContainerEmitter.cs
- FormViewInsertedEventArgs.cs
- ResourceWriter.cs
- EncoderReplacementFallback.cs
- __TransparentProxy.cs
- UIElement.cs
- TreeSet.cs
- PaintEvent.cs
- SelectionEditor.cs
- Pair.cs
- ThreadExceptionEvent.cs
- RequestCacheEntry.cs
- CheckBoxStandardAdapter.cs
- SqlBuffer.cs
- GradientSpreadMethodValidation.cs
- WSFederationHttpBindingCollectionElement.cs
- WebServiceEnumData.cs
- X509Certificate.cs
- ScrollContentPresenter.cs
- DataGridItemAttachedStorage.cs
- ToolboxDataAttribute.cs
- FileLogRecordStream.cs
- FixedPage.cs
- diagnosticsswitches.cs
- Journal.cs
- OracleSqlParser.cs
- PersonalizationState.cs
- XhtmlBasicImageAdapter.cs
- ToolZoneDesigner.cs
- TripleDES.cs
- StateManagedCollection.cs
- EntityContainerEntitySet.cs
- SectionUpdates.cs
- DiscoveryInnerClientAdhocCD1.cs
- dataprotectionpermission.cs
- Mapping.cs
- RegexWorker.cs
- AncillaryOps.cs
- CollectionEditorDialog.cs
- HashCodeCombiner.cs
- TextMetrics.cs
- XmlHierarchyData.cs
- SoapElementAttribute.cs
- ColumnCollection.cs
- DataTransferEventArgs.cs
- AlignmentXValidation.cs
- WebRequest.cs
- AnimationException.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ScriptDescriptor.cs
- MachineSettingsSection.cs
- FileReservationCollection.cs
- TransactedBatchContext.cs
- StyleSheetRefUrlEditor.cs
- TextEditorSpelling.cs
- LinearGradientBrush.cs
- BufferedReadStream.cs
- Shape.cs
- PenThreadPool.cs
- BufferedStream2.cs
- GeometryConverter.cs
- BindingsCollection.cs
- MULTI_QI.cs
- UnhandledExceptionEventArgs.cs
- UpdateExpressionVisitor.cs
- AudioFormatConverter.cs
- ActivityWithResultValueSerializer.cs
- GlyphCache.cs
- AsynchronousChannelMergeEnumerator.cs
- LightweightCodeGenerator.cs
- FilterEventArgs.cs
- BitStream.cs
- XmlAttributes.cs
- NGCSerializationManager.cs
- MetadataImporter.cs
- UpdateException.cs
- UserControlDesigner.cs
- SqlDataSourceFilteringEventArgs.cs
- Site.cs
- ResXResourceReader.cs
- QueryStringParameter.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- URIFormatException.cs
- RegisteredArrayDeclaration.cs
- Site.cs
- DbConnectionHelper.cs
- SignedXmlDebugLog.cs
- ObjectListItem.cs
- ConnectionsZone.cs
- FeatureAttribute.cs
- CompositeScriptReferenceEventArgs.cs
- StylusButtonEventArgs.cs
- KerberosTicketHashIdentifierClause.cs
- EntryIndex.cs
- GZipStream.cs
- GrammarBuilder.cs
- MemoryPressure.cs