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
- MenuItemStyle.cs
- CodeNamespaceCollection.cs
- WorkflowWebHostingModule.cs
- XmlKeywords.cs
- EntityDataSourceQueryBuilder.cs
- FacetEnabledSchemaElement.cs
- Monitor.cs
- FixedDocument.cs
- RuleRef.cs
- StateWorkerRequest.cs
- WindowExtensionMethods.cs
- AppliedDeviceFiltersDialog.cs
- ObjectDataSourceFilteringEventArgs.cs
- WSDualHttpBindingElement.cs
- XmlExpressionDumper.cs
- XmlNamedNodeMap.cs
- QuotedPrintableStream.cs
- DataFormats.cs
- WebControlsSection.cs
- HtmlEncodedRawTextWriter.cs
- ListDictionaryInternal.cs
- ComponentConverter.cs
- FixedSchema.cs
- XPathDocument.cs
- ToolStripComboBox.cs
- AdapterUtil.cs
- BasicViewGenerator.cs
- FrameworkObject.cs
- TrustSection.cs
- BrowserCapabilitiesCodeGenerator.cs
- Drawing.cs
- LineInfo.cs
- WorkflowMarkupSerializer.cs
- CacheDict.cs
- DataTransferEventArgs.cs
- InvalidateEvent.cs
- HttpCapabilitiesSectionHandler.cs
- ConfigurationManagerHelperFactory.cs
- ZipIOFileItemStream.cs
- HtmlShim.cs
- XmlSchemaObject.cs
- XmlSerializerAssemblyAttribute.cs
- ColorDialog.cs
- MediaPlayer.cs
- FontFamily.cs
- HighContrastHelper.cs
- HtmlTable.cs
- DragDropManager.cs
- Animatable.cs
- VisualStyleTypesAndProperties.cs
- RegexCode.cs
- DataServiceException.cs
- CheckBoxField.cs
- basecomparevalidator.cs
- panel.cs
- EventLogger.cs
- MessageSecurityVersion.cs
- TextEditorSpelling.cs
- FontSourceCollection.cs
- SoapExtension.cs
- TTSEngineProxy.cs
- ErrorHandler.cs
- QilGenerator.cs
- QueryReaderSettings.cs
- MILUtilities.cs
- ReliabilityContractAttribute.cs
- InvalidOperationException.cs
- Page.cs
- ProvidersHelper.cs
- NetworkStream.cs
- ComplexLine.cs
- BypassElementCollection.cs
- TimeZone.cs
- ISFTagAndGuidCache.cs
- DeadCharTextComposition.cs
- StringComparer.cs
- XsdDuration.cs
- ReversePositionQuery.cs
- CaseInsensitiveOrdinalStringComparer.cs
- WindowsNonControl.cs
- grammarelement.cs
- ClientTargetSection.cs
- ManualResetEvent.cs
- SiteMapNodeItemEventArgs.cs
- PerformanceCounterManager.cs
- ComplexBindingPropertiesAttribute.cs
- SequentialActivityDesigner.cs
- EraserBehavior.cs
- TypeDescriptionProviderAttribute.cs
- KeyEvent.cs
- GetReadStreamResult.cs
- AutoGeneratedField.cs
- TextDecorationLocationValidation.cs
- PriorityItem.cs
- Brush.cs
- ListDictionary.cs
- ExtenderProvidedPropertyAttribute.cs
- PopupControlService.cs
- LinqTreeNodeEvaluator.cs
- WebPartManager.cs