Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAnnotation.cs / 1 / 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.] ///// 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
- EntityDataSourceDataSelection.cs
- XmlSchemaInferenceException.cs
- KeyboardEventArgs.cs
- ExcludePathInfo.cs
- HttpModuleCollection.cs
- NativeMethods.cs
- XmlImplementation.cs
- MatrixUtil.cs
- safePerfProviderHandle.cs
- ModulesEntry.cs
- XamlFigureLengthSerializer.cs
- SiteMapProvider.cs
- PersistenceTask.cs
- ExpressionStringBuilder.cs
- JulianCalendar.cs
- VisualBrush.cs
- CodeArrayCreateExpression.cs
- RequestCache.cs
- StylusCollection.cs
- System.Data_BID.cs
- TextBoxLine.cs
- DependencyPropertyDescriptor.cs
- RowBinding.cs
- GridView.cs
- DictionaryTraceRecord.cs
- RegisteredArrayDeclaration.cs
- LockedActivityGlyph.cs
- DataContractSerializerServiceBehavior.cs
- PointLightBase.cs
- BindingContext.cs
- SmtpSection.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- SocketInformation.cs
- DiagnosticStrings.cs
- NodeFunctions.cs
- AppSettingsExpressionBuilder.cs
- SerialPort.cs
- ToolStripComboBox.cs
- ISAPIWorkerRequest.cs
- MsmqTransportSecurity.cs
- OpCodes.cs
- Label.cs
- NativeMethods.cs
- MaterialCollection.cs
- OuterGlowBitmapEffect.cs
- CharacterShapingProperties.cs
- UpdateTracker.cs
- CompositeControlDesigner.cs
- securitycriticaldata.cs
- ResetableIterator.cs
- listitem.cs
- HealthMonitoringSection.cs
- DataRelationCollection.cs
- DebugController.cs
- SQLBytes.cs
- MethodCallConverter.cs
- Semaphore.cs
- bindurihelper.cs
- EventSchemaTraceListener.cs
- WebServiceResponse.cs
- DbConnectionFactory.cs
- FormsAuthenticationTicket.cs
- KeyBinding.cs
- DbConnectionPoolOptions.cs
- FrameDimension.cs
- OutputCacheModule.cs
- GenerateTemporaryAssemblyTask.cs
- DataBindingExpressionBuilder.cs
- VarInfo.cs
- SupportingTokenBindingElement.cs
- EntryPointNotFoundException.cs
- Perspective.cs
- RelatedPropertyManager.cs
- MultiTargetingUtil.cs
- QilNode.cs
- ImagingCache.cs
- MdiWindowListStrip.cs
- PathFigureCollectionConverter.cs
- SmiSettersStream.cs
- OrderedEnumerableRowCollection.cs
- XmlWrappingReader.cs
- ProfileInfo.cs
- GlyphingCache.cs
- CheckBoxStandardAdapter.cs
- SoapUnknownHeader.cs
- XamlWriter.cs
- OdbcDataAdapter.cs
- EntityContainer.cs
- FilterException.cs
- GroupBoxRenderer.cs
- QueryCacheManager.cs
- CheckBox.cs
- CompModSwitches.cs
- WebServiceTypeData.cs
- BooleanFunctions.cs
- WindowsSysHeader.cs
- EasingFunctionBase.cs
- ShaderEffect.cs
- EndpointDiscoveryMetadata.cs
- WebScriptEnablingBehavior.cs