Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaNotation.cs / 1 / XmlSchemaNotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // 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.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // 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
- TextEditorParagraphs.cs
- BaseTemplateParser.cs
- DataGridViewComboBoxColumn.cs
- Wizard.cs
- SignedInfo.cs
- DbModificationClause.cs
- Rotation3DAnimation.cs
- WebPartsPersonalizationAuthorization.cs
- RepeaterCommandEventArgs.cs
- CompatibleIComparer.cs
- CalendarDay.cs
- DPAPIProtectedConfigurationProvider.cs
- XmlSerializerVersionAttribute.cs
- SqlBinder.cs
- TemplatedMailWebEventProvider.cs
- PartialCachingControl.cs
- Walker.cs
- SiteOfOriginContainer.cs
- ResourceWriter.cs
- WebPartCloseVerb.cs
- Button.cs
- SymbolType.cs
- StateItem.cs
- StyleCollectionEditor.cs
- XmlKeywords.cs
- EntityDesignerDataSourceView.cs
- Unit.cs
- EntityDataSourceStatementEditorForm.cs
- DbConnectionInternal.cs
- BStrWrapper.cs
- ToolStripHighContrastRenderer.cs
- DataSourceHelper.cs
- KerberosSecurityTokenProvider.cs
- ApplicationFileParser.cs
- QuaternionAnimationUsingKeyFrames.cs
- ObjectViewListener.cs
- PresentationTraceSources.cs
- OutputCacheModule.cs
- ListBox.cs
- ValidationContext.cs
- StateMachine.cs
- EdmComplexTypeAttribute.cs
- HttpBrowserCapabilitiesWrapper.cs
- VisualCollection.cs
- IOException.cs
- Quaternion.cs
- TransactionsSectionGroup.cs
- VirtualPathProvider.cs
- EdmScalarPropertyAttribute.cs
- CacheChildrenQuery.cs
- PathData.cs
- CreateUserErrorEventArgs.cs
- TransactionState.cs
- SchemaNamespaceManager.cs
- NumberFormatter.cs
- FileChangesMonitor.cs
- ProbeDuplex11AsyncResult.cs
- AssemblyUtil.cs
- EntityDataSourceDesigner.cs
- SettingsAttributeDictionary.cs
- MatrixTransform3D.cs
- BindableAttribute.cs
- NotifyInputEventArgs.cs
- SessionStateSection.cs
- InkCanvas.cs
- PackUriHelper.cs
- SchemaImporter.cs
- PartialCachingControl.cs
- WmlImageAdapter.cs
- RectAnimation.cs
- RelationshipEndCollection.cs
- DBConnectionString.cs
- WindowHelperService.cs
- Highlights.cs
- CompressEmulationStream.cs
- _NTAuthentication.cs
- EventMappingSettingsCollection.cs
- ConfigurationStrings.cs
- SafeCryptoHandles.cs
- ManipulationDeltaEventArgs.cs
- NodeLabelEditEvent.cs
- CompiledQuery.cs
- HashUtility.cs
- UpWmlPageAdapter.cs
- IntranetCredentialPolicy.cs
- HttpResponse.cs
- CompilerCollection.cs
- Inline.cs
- XComponentModel.cs
- ProfileSection.cs
- BigInt.cs
- UriTemplatePathSegment.cs
- SiteMapNode.cs
- ImportCatalogPart.cs
- TabItemWrapperAutomationPeer.cs
- FixedSOMLineRanges.cs
- QilLiteral.cs
- MediaPlayerState.cs
- FormsAuthenticationEventArgs.cs
- PcmConverter.cs