Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaNotation.cs / 1305376 / 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
- Win32PrintDialog.cs
- SpeechSeg.cs
- HttpListenerContext.cs
- OperationDescription.cs
- TimeStampChecker.cs
- AssemblyResourceLoader.cs
- TraceContextEventArgs.cs
- HelpPage.cs
- MetadataArtifactLoaderCompositeResource.cs
- XmlNavigatorFilter.cs
- ApplicationId.cs
- CheckBox.cs
- TransformerTypeCollection.cs
- EncodingConverter.cs
- DataListItemCollection.cs
- SparseMemoryStream.cs
- DesignerFrame.cs
- XsltInput.cs
- TypedTableGenerator.cs
- PreviewKeyDownEventArgs.cs
- TimerEventSubscription.cs
- DictionaryGlobals.cs
- Mutex.cs
- PathGradientBrush.cs
- UIElementAutomationPeer.cs
- BinaryObjectWriter.cs
- SecurityNegotiationException.cs
- TableItemPattern.cs
- ExtensionSimplifierMarkupObject.cs
- XmlWriterDelegator.cs
- ProgressBar.cs
- X509Extension.cs
- ReflectionUtil.cs
- NativeMethods.cs
- TableHeaderCell.cs
- UnorderedHashRepartitionStream.cs
- oledbmetadatacolumnnames.cs
- InternalsVisibleToAttribute.cs
- TransformCollection.cs
- ContextMenuStrip.cs
- WebServiceMethodData.cs
- AlphabeticalEnumConverter.cs
- XmlSchemaImport.cs
- SchemaTypeEmitter.cs
- SqlGatherConsumedAliases.cs
- LayoutTable.cs
- HttpListenerPrefixCollection.cs
- HashHelper.cs
- HostedHttpRequestAsyncResult.cs
- UrlAuthFailedErrorFormatter.cs
- HandlerWithFactory.cs
- WebException.cs
- RecordBuilder.cs
- MatcherBuilder.cs
- AsyncStreamReader.cs
- GradientStopCollection.cs
- XsltArgumentList.cs
- SafeArchiveContext.cs
- Viewport3DAutomationPeer.cs
- XmlSchemaSimpleTypeRestriction.cs
- ConfigPathUtility.cs
- DataSourceCacheDurationConverter.cs
- TableItemProviderWrapper.cs
- Trace.cs
- Int16.cs
- OracleParameterBinding.cs
- HttpListenerResponse.cs
- AnnotationObservableCollection.cs
- ProfileGroupSettings.cs
- XmlConvert.cs
- ThreadExceptionEvent.cs
- LogExtent.cs
- CodeExpressionCollection.cs
- RequestTimeoutManager.cs
- HandleCollector.cs
- validationstate.cs
- XmlWriterTraceListener.cs
- SEHException.cs
- _TransmitFileOverlappedAsyncResult.cs
- VectorAnimationUsingKeyFrames.cs
- TypeConverterHelper.cs
- OutputCacheProfile.cs
- NamespaceEmitter.cs
- HttpCapabilitiesBase.cs
- Literal.cs
- Comparer.cs
- LineSegment.cs
- TransportSecurityProtocolFactory.cs
- ViewBase.cs
- EntityDataSourceWrapper.cs
- Column.cs
- ApplicationManager.cs
- RoutedEventConverter.cs
- RoutedPropertyChangedEventArgs.cs
- MailMessageEventArgs.cs
- TextTreeUndo.cs
- ResourcesBuildProvider.cs
- CompatibleIComparer.cs
- ByteConverter.cs
- ConnectionStringsExpressionBuilder.cs