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
- AlphabetConverter.cs
- CodeAssignStatement.cs
- WindowsFont.cs
- OrderedHashRepartitionEnumerator.cs
- DrawingContext.cs
- InputBindingCollection.cs
- CapabilitiesState.cs
- AttributeXamlType.cs
- RightNameExpirationInfoPair.cs
- ToolStripItemEventArgs.cs
- PathHelper.cs
- UpdateExpressionVisitor.cs
- JapaneseCalendar.cs
- codemethodreferenceexpression.cs
- NativeRecognizer.cs
- Fault.cs
- Identity.cs
- ConfigXmlCDataSection.cs
- ICspAsymmetricAlgorithm.cs
- SerializationEventsCache.cs
- DataListCommandEventArgs.cs
- ReadOnlyAttribute.cs
- HtmlForm.cs
- DictionaryEntry.cs
- _FtpDataStream.cs
- XamlNamespaceHelper.cs
- SrgsElement.cs
- CodeTypeMemberCollection.cs
- ChangePassword.cs
- TraceHwndHost.cs
- ErrorView.xaml.cs
- OptimalTextSource.cs
- LightweightCodeGenerator.cs
- UpdateException.cs
- OleDbRowUpdatingEvent.cs
- Matrix3DStack.cs
- FormattedTextSymbols.cs
- DesignerTransaction.cs
- TextLine.cs
- OutputCacheModule.cs
- SqlDataReader.cs
- InternalCache.cs
- QilIterator.cs
- UnsafeCollabNativeMethods.cs
- InvokeHandlers.cs
- SelectionGlyphBase.cs
- SettingsAttributeDictionary.cs
- SrgsSubset.cs
- Clause.cs
- ReflectionPermission.cs
- EntityDataSourceSelectingEventArgs.cs
- HandlerMappingMemo.cs
- CellParagraph.cs
- SqlFactory.cs
- SizeAnimationUsingKeyFrames.cs
- FixedTextView.cs
- selecteditemcollection.cs
- AnnotationComponentManager.cs
- CacheManager.cs
- SQLByteStorage.cs
- DataGridViewCellMouseEventArgs.cs
- StoreUtilities.cs
- SurrogateChar.cs
- XmlDocumentFragment.cs
- ExtractorMetadata.cs
- OAVariantLib.cs
- UdpChannelFactory.cs
- DependencyPropertyValueSerializer.cs
- TreeViewItemAutomationPeer.cs
- EditorPartDesigner.cs
- MergeLocalizationDirectives.cs
- FrameworkElementFactory.cs
- PrintDialogException.cs
- Registry.cs
- DockingAttribute.cs
- VirtualDirectoryMappingCollection.cs
- LinqDataSourceSelectEventArgs.cs
- FileIOPermission.cs
- BitmapScalingModeValidation.cs
- ClientTarget.cs
- TimeoutValidationAttribute.cs
- MDIWindowDialog.cs
- DrawingAttributeSerializer.cs
- VerticalAlignConverter.cs
- MonthCalendar.cs
- PanningMessageFilter.cs
- CodeCompiler.cs
- TemplateControlParser.cs
- XamlToRtfParser.cs
- ImagingCache.cs
- ApplicationInterop.cs
- ConfigUtil.cs
- FontSizeConverter.cs
- LocalValueEnumerator.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ReferentialConstraint.cs
- TextRangeProviderWrapper.cs
- WebPartUtil.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- SiteMapSection.cs