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
- LinearQuaternionKeyFrame.cs
- CollectionViewProxy.cs
- EventPropertyMap.cs
- ListViewItem.cs
- ipaddressinformationcollection.cs
- MetaModel.cs
- CodeMethodReturnStatement.cs
- SessionStateModule.cs
- BufferManager.cs
- WindowsScrollBarBits.cs
- followingsibling.cs
- IconBitmapDecoder.cs
- PackageRelationship.cs
- Decorator.cs
- BlockCollection.cs
- Parser.cs
- Accessors.cs
- TreeViewBindingsEditor.cs
- DesignOnlyAttribute.cs
- StructureChangedEventArgs.cs
- InheritanceRules.cs
- StreamResourceInfo.cs
- KerberosSecurityTokenAuthenticator.cs
- XmlSchemaAttributeGroupRef.cs
- NetPipeSectionData.cs
- SmtpNetworkElement.cs
- PropertyConverter.cs
- CorrelationActionMessageFilter.cs
- DbInsertCommandTree.cs
- UnsafeNativeMethods.cs
- ObjectListFieldsPage.cs
- FileDialog.cs
- WebServiceErrorEvent.cs
- BamlLocalizableResource.cs
- Helper.cs
- BulletedListEventArgs.cs
- PrimitiveXmlSerializers.cs
- HttpCookiesSection.cs
- MaskedTextProvider.cs
- X509ChainPolicy.cs
- SqlNodeAnnotations.cs
- TextTreeInsertElementUndoUnit.cs
- DataObjectMethodAttribute.cs
- WorkflowServiceHostFactory.cs
- DataMemberConverter.cs
- MatchingStyle.cs
- EpmHelper.cs
- SelectionProviderWrapper.cs
- DropDownButton.cs
- IMembershipProvider.cs
- SafeRegistryHandle.cs
- CodeIdentifiers.cs
- SessionState.cs
- QualificationDataItem.cs
- TreeViewItemAutomationPeer.cs
- ContentFileHelper.cs
- HMAC.cs
- IfAction.cs
- CustomErrorsSection.cs
- PackWebRequestFactory.cs
- basevalidator.cs
- Keywords.cs
- SecurityContext.cs
- COM2AboutBoxPropertyDescriptor.cs
- UrlPropertyAttribute.cs
- QilVisitor.cs
- PersonalizationProvider.cs
- ClosableStream.cs
- TreeNodeCollection.cs
- AnnotationService.cs
- SelectionPattern.cs
- CodeExpressionCollection.cs
- CallbackHandler.cs
- LocatorManager.cs
- DictionaryGlobals.cs
- QilInvoke.cs
- QilVisitor.cs
- Transform.cs
- loginstatus.cs
- bindurihelper.cs
- SimpleTableProvider.cs
- ManagedIStream.cs
- QuaternionKeyFrameCollection.cs
- MediaEntryAttribute.cs
- BitmapEffectGroup.cs
- CommandExpr.cs
- IsolatedStorageFileStream.cs
- DesignTimeVisibleAttribute.cs
- contentDescriptor.cs
- BinaryReader.cs
- Message.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- OleDbFactory.cs
- TdsParameterSetter.cs
- CatalogPartDesigner.cs
- RootContext.cs
- ToolStripItemEventArgs.cs
- ShapeTypeface.cs
- BindingMemberInfo.cs
- CoreSwitches.cs