Code:
/ 4.0 / 4.0 / 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.] ///// 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
- DataGridCommandEventArgs.cs
- CodeIndexerExpression.cs
- XmlDataSourceNodeDescriptor.cs
- EventInfo.cs
- DbParameterCollectionHelper.cs
- unsafeIndexingFilterStream.cs
- CodeSnippetCompileUnit.cs
- StylusPointPropertyInfo.cs
- EncoderReplacementFallback.cs
- OperationInvokerBehavior.cs
- AxHostDesigner.cs
- ParserExtension.cs
- MonitorWrapper.cs
- LineGeometry.cs
- HttpErrorTraceRecord.cs
- DictionaryManager.cs
- PagedDataSource.cs
- SimpleMailWebEventProvider.cs
- TabletDevice.cs
- TreeViewDesigner.cs
- LinkTarget.cs
- XmlDataCollection.cs
- StatusBarItemAutomationPeer.cs
- ClickablePoint.cs
- TemplateBuilder.cs
- UiaCoreTypesApi.cs
- VariantWrapper.cs
- NotifyCollectionChangedEventArgs.cs
- DummyDataSource.cs
- GroupDescription.cs
- EmissiveMaterial.cs
- Model3D.cs
- ACE.cs
- Crypto.cs
- OracleBinary.cs
- TransactionFilter.cs
- TypeGeneratedEventArgs.cs
- SHA256Cng.cs
- XmlSignificantWhitespace.cs
- NetworkInformationPermission.cs
- SessionPageStateSection.cs
- LocatorManager.cs
- FolderBrowserDialog.cs
- RecipientIdentity.cs
- ColorTranslator.cs
- TreeNodeBinding.cs
- VirtualPath.cs
- ConnectionsZone.cs
- DecoderReplacementFallback.cs
- TrackingProfileManager.cs
- DriveNotFoundException.cs
- FontSource.cs
- Msmq.cs
- QueryStatement.cs
- CodeCommentStatement.cs
- EntityModelSchemaGenerator.cs
- PropertyIDSet.cs
- IpcServerChannel.cs
- MonitorWrapper.cs
- PreProcessInputEventArgs.cs
- BidPrivateBase.cs
- SymmetricKeyWrap.cs
- TextEffect.cs
- ListViewGroup.cs
- IdnMapping.cs
- _ProxyChain.cs
- EllipticalNodeOperations.cs
- ExplicitDiscriminatorMap.cs
- DocumentCollection.cs
- HtmlHistory.cs
- CodeDelegateInvokeExpression.cs
- ContextQuery.cs
- HostnameComparisonMode.cs
- XmlTextReaderImplHelpers.cs
- ApplicationServiceHelper.cs
- ITextView.cs
- PropertyToken.cs
- GeometryModel3D.cs
- Stack.cs
- ObjectDataSourceView.cs
- XmlAnyElementAttribute.cs
- SynchronizedChannelCollection.cs
- Triangle.cs
- ExpressionBindingsDialog.cs
- ScriptingScriptResourceHandlerSection.cs
- PrivilegedConfigurationManager.cs
- ByteRangeDownloader.cs
- RIPEMD160.cs
- IntMinMaxAggregationOperator.cs
- ConfigurationElementProperty.cs
- StrokeNodeOperations.cs
- GraphicsContext.cs
- SQLUtility.cs
- EdmComplexPropertyAttribute.cs
- PackageDigitalSignature.cs
- PageParser.cs
- GetBrowserTokenRequest.cs
- HelpEvent.cs
- StorageInfo.cs
- ClientRolePrincipal.cs