Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PlainXmlDeserializer.cs
- XmlSchemaAny.cs
- SettingsPropertyValue.cs
- ResourceFallbackManager.cs
- XmlSchemaAttributeGroupRef.cs
- ValidationPropertyAttribute.cs
- FontFaceLayoutInfo.cs
- CompositeFontInfo.cs
- JoinTreeNode.cs
- FixedSOMContainer.cs
- CompilerScopeManager.cs
- DataGridRelationshipRow.cs
- Soap.cs
- IndicFontClient.cs
- StrongNameUtility.cs
- XmlSchemaSet.cs
- MachineSettingsSection.cs
- ICspAsymmetricAlgorithm.cs
- DiagnosticTraceSource.cs
- WebScriptEndpoint.cs
- ImageMap.cs
- Stylesheet.cs
- SspiHelper.cs
- RefreshEventArgs.cs
- BufferedMessageData.cs
- Point3DCollection.cs
- InfoCardKeyedHashAlgorithm.cs
- BlobPersonalizationState.cs
- ClientFactory.cs
- WmlValidatorAdapter.cs
- ClientEventManager.cs
- SqlDataReaderSmi.cs
- AsymmetricSignatureDeformatter.cs
- Int64.cs
- XmlException.cs
- ComponentConverter.cs
- Reference.cs
- ButtonField.cs
- DetailsViewUpdatedEventArgs.cs
- SerialErrors.cs
- HMACMD5.cs
- FreezableCollection.cs
- StylusCaptureWithinProperty.cs
- ListBoxDesigner.cs
- BuildResultCache.cs
- KeyValuePairs.cs
- EasingKeyFrames.cs
- BamlBinaryWriter.cs
- MenuStrip.cs
- MasterPageParser.cs
- XMLDiffLoader.cs
- XmlSerializationReader.cs
- IIS7UserPrincipal.cs
- DesignerActionPanel.cs
- DelegateArgumentReference.cs
- FatalException.cs
- CellCreator.cs
- RestHandler.cs
- WebServiceResponseDesigner.cs
- XmlSchemaChoice.cs
- XMLSyntaxException.cs
- ItemCollection.cs
- SchemaNamespaceManager.cs
- CodeArrayCreateExpression.cs
- ProtocolViolationException.cs
- MailWebEventProvider.cs
- XmlValidatingReaderImpl.cs
- IdleTimeoutMonitor.cs
- InkCanvas.cs
- ColumnResizeUndoUnit.cs
- Brush.cs
- ClientEventManager.cs
- DocumentScope.cs
- EventMappingSettings.cs
- MatrixAnimationUsingKeyFrames.cs
- TextFormatterImp.cs
- ToolStripComboBox.cs
- CodeCatchClause.cs
- EventLogRecord.cs
- DiagnosticsConfiguration.cs
- StorageBasedPackageProperties.cs
- AQNBuilder.cs
- GeneralTransform.cs
- DataGridViewSelectedRowCollection.cs
- MembershipSection.cs
- Utils.cs
- ToolStripMenuItemDesigner.cs
- HttpCachePolicy.cs
- BevelBitmapEffect.cs
- CategoryAttribute.cs
- XmlTypeAttribute.cs
- IconBitmapDecoder.cs
- UITypeEditor.cs
- Msmq4SubqueuePoisonHandler.cs
- ThumbButtonInfoCollection.cs
- Transform.cs
- FormView.cs
- DecimalSumAggregationOperator.cs
- XmlnsDictionary.cs
- BuildProviderCollection.cs