Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ReflectionPermission.cs
- GeneratedCodeAttribute.cs
- IconBitmapDecoder.cs
- EventHandlingScope.cs
- ThemeDictionaryExtension.cs
- DrawListViewColumnHeaderEventArgs.cs
- BamlResourceContent.cs
- CompensateDesigner.cs
- HtmlTableRow.cs
- SemanticResolver.cs
- CounterSet.cs
- DockingAttribute.cs
- BamlStream.cs
- OciHandle.cs
- QuotedPrintableStream.cs
- WebPartTransformerCollection.cs
- NetNamedPipeSecurityElement.cs
- Processor.cs
- VisualStyleInformation.cs
- SchemaImporterExtensionsSection.cs
- TCPClient.cs
- _CommandStream.cs
- DecoderFallback.cs
- KnownBoxes.cs
- WorkItem.cs
- ExceptionHandlerDesigner.cs
- DataGridTableCollection.cs
- WorkflowTerminatedException.cs
- Claim.cs
- TraceHandler.cs
- StringComparer.cs
- DataSourceGroupCollection.cs
- PrinterResolution.cs
- MSAANativeProvider.cs
- TextSchema.cs
- TreeNodeStyle.cs
- FigureParaClient.cs
- DocumentApplicationJournalEntryEventArgs.cs
- WindowsListViewItemCheckBox.cs
- XPathNodeHelper.cs
- ISessionStateStore.cs
- Verify.cs
- OracleBFile.cs
- SafeNativeMethods.cs
- EncoderParameters.cs
- SerializationInfo.cs
- RowUpdatingEventArgs.cs
- ConstraintStruct.cs
- BrowserCapabilitiesFactory35.cs
- IconHelper.cs
- AtomPub10ServiceDocumentFormatter.cs
- OutputCacheSettings.cs
- SettingsPropertyIsReadOnlyException.cs
- DataBindingList.cs
- BinaryMessageEncoder.cs
- _NestedSingleAsyncResult.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- SafeNativeMemoryHandle.cs
- ComponentConverter.cs
- Cell.cs
- Utils.cs
- Literal.cs
- SpecialTypeDataContract.cs
- ZipIOExtraFieldZip64Element.cs
- SRef.cs
- X509Certificate.cs
- LinqDataSource.cs
- PageCatalogPart.cs
- ScrollableControlDesigner.cs
- Control.cs
- PageCatalogPart.cs
- SqlHelper.cs
- ExpressionVisitorHelpers.cs
- InputScopeAttribute.cs
- ProcessHostMapPath.cs
- NavigationProperty.cs
- xmlsaver.cs
- StylusCollection.cs
- AuthorizationRuleCollection.cs
- DataPager.cs
- SelectingProviderEventArgs.cs
- InkCollectionBehavior.cs
- TokenBasedSetEnumerator.cs
- HttpModuleAction.cs
- PagesSection.cs
- GridPatternIdentifiers.cs
- SafePointer.cs
- _WebProxyDataBuilder.cs
- MultiSelector.cs
- GenericEnumerator.cs
- WindowsAuthenticationEventArgs.cs
- URI.cs
- SchemaImporter.cs
- TrackingConditionCollection.cs
- NativeMethodsCLR.cs
- Table.cs
- TagNameToTypeMapper.cs
- TextPointer.cs
- MouseEventArgs.cs
- OleStrCAMarshaler.cs