Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaExternal.cs / 1 / XmlSchemaExternal.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ///public abstract class XmlSchemaExternal : XmlSchemaObject { string location; Uri baseUri; XmlSchema schema; string id; XmlAttribute[] moreAttributes; Compositor compositor; /// [XmlAttribute("schemaLocation", DataType="anyURI")] public string SchemaLocation { get { return location; } set { location = value; } } /// [XmlIgnore] public XmlSchema Schema { get { return schema; } set { schema = value; } } /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal Uri BaseUri { get { return baseUri; } set { baseUri = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } internal Compositor Compositor { get { return compositor; } set { compositor = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.ComponentModel; using System.Xml.Serialization; ///public abstract class XmlSchemaExternal : XmlSchemaObject { string location; Uri baseUri; XmlSchema schema; string id; XmlAttribute[] moreAttributes; Compositor compositor; /// [XmlAttribute("schemaLocation", DataType="anyURI")] public string SchemaLocation { get { return location; } set { location = value; } } /// [XmlIgnore] public XmlSchema Schema { get { return schema; } set { schema = value; } } /// [XmlAttribute("id", DataType="ID")] public string Id { get { return id; } set { id = value; } } /// [XmlAnyAttribute] public XmlAttribute[] UnhandledAttributes { get { return moreAttributes; } set { moreAttributes = value; } } [XmlIgnore] internal Uri BaseUri { get { return baseUri; } set { baseUri = value; } } [XmlIgnore] internal override string IdAttribute { get { return Id; } set { Id = value; } } internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) { this.moreAttributes = moreAttributes; } internal Compositor Compositor { get { return compositor; } set { compositor = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocalizableAttribute.cs
- AnnotationMap.cs
- XmlHierarchicalEnumerable.cs
- EventSinkHelperWriter.cs
- BamlResourceSerializer.cs
- GlyphCollection.cs
- DataTableMapping.cs
- XmlQueryRuntime.cs
- Part.cs
- BindToObject.cs
- PropertyInfoSet.cs
- HandleCollector.cs
- StyleHelper.cs
- CodeAccessPermission.cs
- Propagator.Evaluator.cs
- ToolStripDropDownButton.cs
- Enum.cs
- Literal.cs
- Rect3D.cs
- GPStream.cs
- Run.cs
- DataGridViewCheckBoxCell.cs
- MarkupExtensionSerializer.cs
- IconHelper.cs
- DescriptionAttribute.cs
- TextBounds.cs
- RtfNavigator.cs
- ClusterSafeNativeMethods.cs
- ContentType.cs
- MetafileHeaderEmf.cs
- KeyTimeConverter.cs
- HostProtectionException.cs
- Control.cs
- TraceHwndHost.cs
- BoundField.cs
- CredentialCache.cs
- ScrollProperties.cs
- CustomLineCap.cs
- ArgumentNullException.cs
- StringUtil.cs
- DynamicResourceExtensionConverter.cs
- Graphics.cs
- __Filters.cs
- GacUtil.cs
- DefaultPropertyAttribute.cs
- Container.cs
- ToolStripTextBox.cs
- CallbackCorrelationInitializer.cs
- OdbcCommandBuilder.cs
- XmlSchemaComplexContentExtension.cs
- LocationReference.cs
- AuthenticationModulesSection.cs
- KeyToListMap.cs
- BaseValidator.cs
- TabPanel.cs
- EntityCommandCompilationException.cs
- DefaultPropertyAttribute.cs
- GreenMethods.cs
- COAUTHINFO.cs
- ProgressBar.cs
- DataServiceRequest.cs
- ValidatingCollection.cs
- SimpleTextLine.cs
- CodeCommentStatement.cs
- ModelPropertyImpl.cs
- TextProperties.cs
- CacheMode.cs
- ToolboxDataAttribute.cs
- TableAdapterManagerMethodGenerator.cs
- TableParagraph.cs
- OneOfScalarConst.cs
- mediaeventargs.cs
- RegularExpressionValidator.cs
- RelationHandler.cs
- OleDbConnection.cs
- ThicknessKeyFrameCollection.cs
- WhitespaceRule.cs
- ImageListImage.cs
- LinqDataSourceInsertEventArgs.cs
- SoapHeaderAttribute.cs
- FieldNameLookup.cs
- XamlGridLengthSerializer.cs
- OracleCommandSet.cs
- OverflowException.cs
- ConfigurationStrings.cs
- Monitor.cs
- VScrollBar.cs
- FontDriver.cs
- RepeatBehaviorConverter.cs
- EntityReference.cs
- ThreadStartException.cs
- EventLogTraceListener.cs
- CodeSnippetCompileUnit.cs
- HandleRef.cs
- SoapFormatExtensions.cs
- WinEventWrap.cs
- Int32Animation.cs
- DataGrid.cs
- ControlEvent.cs
- RadioButtonBaseAdapter.cs