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
- AlternateViewCollection.cs
- FrameworkContentElementAutomationPeer.cs
- SmiSettersStream.cs
- CollectionChange.cs
- uribuilder.cs
- ToolStripLabel.cs
- HandleCollector.cs
- IFlowDocumentViewer.cs
- DockingAttribute.cs
- CodeStatement.cs
- TaskDesigner.cs
- SecurityUniqueId.cs
- HiddenField.cs
- SpecialFolderEnumConverter.cs
- SqlDataSourceFilteringEventArgs.cs
- AuthenticationModuleElementCollection.cs
- Propagator.ExtentPlaceholderCreator.cs
- DataMisalignedException.cs
- DefinitionUpdate.cs
- BamlRecordWriter.cs
- CurrentTimeZone.cs
- DependencyPropertyChangedEventArgs.cs
- WinFormsUtils.cs
- MessageEventSubscriptionService.cs
- PropertyMetadata.cs
- FixedTextView.cs
- View.cs
- HostProtectionException.cs
- PolygonHotSpot.cs
- PauseStoryboard.cs
- HtmlDocument.cs
- PeerToPeerException.cs
- PtsContext.cs
- PrintingPermissionAttribute.cs
- WaitHandleCannotBeOpenedException.cs
- GlyphTypeface.cs
- ObjectDisposedException.cs
- AttributeTableBuilder.cs
- InfoCardRSACryptoProvider.cs
- ThumbAutomationPeer.cs
- AccessControlEntry.cs
- IIS7WorkerRequest.cs
- EntityDataSourceDesigner.cs
- RegexCompilationInfo.cs
- HasRunnableWorkflowEvent.cs
- OptimisticConcurrencyException.cs
- XmlStringTable.cs
- EventSource.cs
- X509Utils.cs
- WrapperEqualityComparer.cs
- Helpers.cs
- Attribute.cs
- RepeaterItemCollection.cs
- HybridDictionary.cs
- TextContainerChangedEventArgs.cs
- FrugalList.cs
- exports.cs
- GeometryCollection.cs
- SymmetricKeyWrap.cs
- DiagnosticsConfigurationHandler.cs
- HttpCapabilitiesBase.cs
- EncryptedPackage.cs
- XAMLParseException.cs
- MatrixValueSerializer.cs
- AssociationType.cs
- SqlUtil.cs
- DataGridViewBindingCompleteEventArgs.cs
- RecognizerInfo.cs
- RuntimeDelegateArgument.cs
- ImageConverter.cs
- NameValueCache.cs
- ParameterBuilder.cs
- PaintEvent.cs
- AppearanceEditorPart.cs
- OrderPreservingMergeHelper.cs
- XmlSchemaAttributeGroupRef.cs
- TextLine.cs
- IUnknownConstantAttribute.cs
- WebPartZoneCollection.cs
- SqlDataRecord.cs
- ContainerUtilities.cs
- ExpressionWriter.cs
- DataSourceSelectArguments.cs
- LinkAreaEditor.cs
- HealthMonitoringSection.cs
- FixedSOMTable.cs
- DocumentPageViewAutomationPeer.cs
- CheckBoxRenderer.cs
- InvokeCompletedEventArgs.cs
- ForeignKeyConstraint.cs
- Polygon.cs
- SqlProviderServices.cs
- DependencyObjectType.cs
- ThreadAttributes.cs
- ErrorProvider.cs
- DesignerSerializationVisibilityAttribute.cs
- TaskSchedulerException.cs
- OleAutBinder.cs
- WindowsServiceElement.cs
- FileUpload.cs