Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ProxyWebPartConnectionCollection.cs
- ToolStripContentPanelRenderEventArgs.cs
- MemberJoinTreeNode.cs
- ConsumerConnectionPoint.cs
- EncoderParameters.cs
- InvalidCardException.cs
- GeometryCollection.cs
- AssertFilter.cs
- ReflectionUtil.cs
- CompositionTarget.cs
- _MultipleConnectAsync.cs
- ZipIOModeEnforcingStream.cs
- MultiSelector.cs
- MeasurementDCInfo.cs
- PrintingPermissionAttribute.cs
- EventMap.cs
- TickBar.cs
- RenderCapability.cs
- TextBoxRenderer.cs
- HierarchicalDataSourceControl.cs
- SpellerInterop.cs
- XmlTextReader.cs
- EntryWrittenEventArgs.cs
- InternalMappingException.cs
- InternalTypeHelper.cs
- BrowserDefinitionCollection.cs
- FixedSOMLineRanges.cs
- ZipIOExtraFieldPaddingElement.cs
- Char.cs
- PointAnimationClockResource.cs
- ComplexPropertyEntry.cs
- SettingsPropertyValueCollection.cs
- InputScopeNameConverter.cs
- ColumnClickEvent.cs
- WindowInteropHelper.cs
- SharedPersonalizationStateInfo.cs
- TreeNodeCollectionEditor.cs
- ModuleElement.cs
- cookieexception.cs
- FileDialogCustomPlace.cs
- __TransparentProxy.cs
- SettingsAttributeDictionary.cs
- WindowsFormsSectionHandler.cs
- NetStream.cs
- SelectionRange.cs
- DateTimeFormatInfo.cs
- ExpressionTextBox.xaml.cs
- odbcmetadatacolumnnames.cs
- SqlServer2KCompatibilityAnnotation.cs
- BackgroundFormatInfo.cs
- CallContext.cs
- InsufficientMemoryException.cs
- CharAnimationBase.cs
- WindowsToolbarItemAsMenuItem.cs
- FunctionImportMapping.cs
- PropertyChangedEventManager.cs
- EntityDataSourceQueryBuilder.cs
- ApplicationId.cs
- HTMLTagNameToTypeMapper.cs
- httpserverutility.cs
- ProfileModule.cs
- TriggerBase.cs
- IntegerFacetDescriptionElement.cs
- WebPartChrome.cs
- WebPartDisplayModeEventArgs.cs
- CodePrimitiveExpression.cs
- OrderedDictionaryStateHelper.cs
- ColumnWidthChangingEvent.cs
- MenuRenderer.cs
- SafeFileMappingHandle.cs
- FrameworkContentElement.cs
- Predicate.cs
- SymmetricKeyWrap.cs
- RsaSecurityToken.cs
- CorrelationToken.cs
- ZoomPercentageConverter.cs
- EncryptedReference.cs
- MemoryResponseElement.cs
- BlobPersonalizationState.cs
- DataView.cs
- BackgroundWorker.cs
- CounterCreationData.cs
- GradientBrush.cs
- UnknownBitmapDecoder.cs
- x509store.cs
- ActivationServices.cs
- ControlCollection.cs
- XmlUrlResolver.cs
- SpeechRecognizer.cs
- XmlUtf8RawTextWriter.cs
- BuildManager.cs
- ApplicationProxyInternal.cs
- OleDbDataAdapter.cs
- CodeDomLocalizationProvider.cs
- _SSPISessionCache.cs
- TemplateBamlRecordReader.cs
- ActivityStateRecord.cs
- Accessors.cs
- CommandConverter.cs
- XamlBrushSerializer.cs