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
- BufferBuilder.cs
- SecUtil.cs
- ContentElementCollection.cs
- DesignTimeTemplateParser.cs
- ChangeBlockUndoRecord.cs
- Localizer.cs
- DesignerOptionService.cs
- MaskDesignerDialog.cs
- RedirectionProxy.cs
- SecurityAccessDeniedException.cs
- DataSourceXmlAttributeAttribute.cs
- EncodingDataItem.cs
- CodeDOMProvider.cs
- FontResourceCache.cs
- SqlDataSourceCommandEventArgs.cs
- TemplateEditingFrame.cs
- DataGridViewEditingControlShowingEventArgs.cs
- DocumentsTrace.cs
- ActiveXHost.cs
- Rotation3DAnimation.cs
- Error.cs
- PolicyVersion.cs
- ProcessHost.cs
- TextEditorParagraphs.cs
- ProgressChangedEventArgs.cs
- XmlDocumentSchema.cs
- GenericWebPart.cs
- ExtensionSimplifierMarkupObject.cs
- UIElement3DAutomationPeer.cs
- sortedlist.cs
- HttpCachePolicy.cs
- ApplicationTrust.cs
- MethodInfo.cs
- TrueReadOnlyCollection.cs
- Calendar.cs
- ScriptingWebServicesSectionGroup.cs
- SafeFindHandle.cs
- CompletionBookmark.cs
- Rfc2898DeriveBytes.cs
- CodeTypeMember.cs
- VisualStyleTypesAndProperties.cs
- MatrixTransform3D.cs
- AsyncOperation.cs
- Visitor.cs
- WorkflowIdleBehavior.cs
- ParameterElement.cs
- SizeAnimation.cs
- UrlPropertyAttribute.cs
- FilterException.cs
- Int16.cs
- PolicyManager.cs
- XPathAxisIterator.cs
- NotImplementedException.cs
- AssemblyCollection.cs
- CorrelationManager.cs
- SqlTriggerContext.cs
- TextFragmentEngine.cs
- CursorInteropHelper.cs
- ButtonField.cs
- StringDictionary.cs
- ContainerControlDesigner.cs
- Registry.cs
- CompilerResults.cs
- LocatorPartList.cs
- ReadOnlyDictionary.cs
- AuthorizationPolicyTypeElementCollection.cs
- UrlMapping.cs
- EmptyStringExpandableObjectConverter.cs
- WebPartManagerDesigner.cs
- DialogResultConverter.cs
- GeometryConverter.cs
- Rules.cs
- ClientType.cs
- DataGridViewComboBoxColumn.cs
- ColumnResult.cs
- ProfileGroupSettingsCollection.cs
- HelpKeywordAttribute.cs
- RuleInfoComparer.cs
- XmlQueryRuntime.cs
- Rect3D.cs
- ToolboxItem.cs
- InvalidCastException.cs
- ToolStripCodeDomSerializer.cs
- Converter.cs
- HtmlShim.cs
- QualifierSet.cs
- ToolbarAUtomationPeer.cs
- ExpressionParser.cs
- PolicyChain.cs
- CodeArrayIndexerExpression.cs
- IdentityReference.cs
- OleDbTransaction.cs
- SafeRightsManagementSessionHandle.cs
- StyleTypedPropertyAttribute.cs
- HandoffBehavior.cs
- XmlSchemaExporter.cs
- ValidationSummaryDesigner.cs
- XmlDocumentSerializer.cs
- WorkflowDebuggerSteppingAttribute.cs
- TextRangeEdit.cs