Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1305376 / XmlSchemaAnnotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaAnnotation : XmlSchemaObject { string id; XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); XmlAttribute[] moreAttributes; ///[To be supplied.] ////// /// [XmlAttribute("id", DataType = "ID")] public string Id { get { return id; } set { id = value; } } ///[To be supplied.] ////// /// [XmlElement("documentation", typeof(XmlSchemaDocumentation)), XmlElement("appinfo", typeof(XmlSchemaAppInfo))] public XmlSchemaObjectCollection Items { get { return items; } } ///[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; } } } // 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
- MetadataSource.cs
- X509ChainElement.cs
- DashStyle.cs
- InternalPermissions.cs
- CodeValidator.cs
- ContourSegment.cs
- CommonObjectSecurity.cs
- FileFormatException.cs
- TextPointer.cs
- LateBoundBitmapDecoder.cs
- XhtmlConformanceSection.cs
- ParameterCollection.cs
- TextTreeUndoUnit.cs
- XmlEncoding.cs
- ChineseLunisolarCalendar.cs
- MetadataHelper.cs
- XsdBuilder.cs
- HitTestResult.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- RegistryPermission.cs
- XmlNodeReader.cs
- CultureTableRecord.cs
- BigInt.cs
- DataGridSortCommandEventArgs.cs
- EncoderBestFitFallback.cs
- ObjectDataSourceMethodEditor.cs
- SettingsPropertyNotFoundException.cs
- TypeReference.cs
- GeometryModel3D.cs
- CommandBinding.cs
- UInt32Storage.cs
- ProgressBar.cs
- PrinterResolution.cs
- WebBrowsableAttribute.cs
- CodeMemberEvent.cs
- InteropBitmapSource.cs
- BamlRecordWriter.cs
- CachedFontFamily.cs
- FloatUtil.cs
- IdentityNotMappedException.cs
- SudsWriter.cs
- RecordManager.cs
- SinglePhaseEnlistment.cs
- MessageBox.cs
- TextServicesLoader.cs
- ComponentManagerBroker.cs
- LogSwitch.cs
- ClockController.cs
- StatusBarPanel.cs
- FilterElement.cs
- XmlILAnnotation.cs
- PersonalizableTypeEntry.cs
- ParameterCollectionEditor.cs
- StatusBar.cs
- SystemIcmpV4Statistics.cs
- UInt32Storage.cs
- ServiceReflector.cs
- DataGridToolTip.cs
- CacheAxisQuery.cs
- DeferredReference.cs
- securitycriticaldataformultiplegetandset.cs
- TimeSpanFormat.cs
- CompileXomlTask.cs
- InputChannelBinder.cs
- ZipPackagePart.cs
- ForeignKeyConstraint.cs
- CommandHelper.cs
- counter.cs
- SamlAssertion.cs
- FileLevelControlBuilderAttribute.cs
- TemplateBindingExpression.cs
- AndAlso.cs
- COM2Properties.cs
- SortFieldComparer.cs
- SpeechDetectedEventArgs.cs
- DefaultSection.cs
- SerializationInfo.cs
- InvalidateEvent.cs
- LongValidatorAttribute.cs
- RelationshipManager.cs
- EUCJPEncoding.cs
- WindowCollection.cs
- ContextMarshalException.cs
- OracleColumn.cs
- HtmlAnchor.cs
- sqlstateclientmanager.cs
- XmlSubtreeReader.cs
- ObjectTag.cs
- Resources.Designer.cs
- ProvidersHelper.cs
- JsonSerializer.cs
- DrawingDrawingContext.cs
- HandleScope.cs
- CodePageEncoding.cs
- ObjectStorage.cs
- ListenerUnsafeNativeMethods.cs
- DocumentViewerBase.cs
- KeyPullup.cs
- MemberInitExpression.cs
- GenericQueueSurrogate.cs