Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / SchemaNotation.cs / 1305376 / SchemaNotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System; using System.Diagnostics; internal sealed class SchemaNotation { internal const int SYSTEM = 0; internal const int PUBLIC = 1; private XmlQualifiedName name; private String systemLiteral; // System literal private String pubid; // pubid literal internal SchemaNotation(XmlQualifiedName name) { this.name = name; } internal XmlQualifiedName Name { get { return name;} } internal String SystemLiteral { get { return systemLiteral;} set { systemLiteral = value;} } internal String Pubid { get { return pubid;} set { pubid = value;} } }; } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System; using System.Diagnostics; internal sealed class SchemaNotation { internal const int SYSTEM = 0; internal const int PUBLIC = 1; private XmlQualifiedName name; private String systemLiteral; // System literal private String pubid; // pubid literal internal SchemaNotation(XmlQualifiedName name) { this.name = name; } internal XmlQualifiedName Name { get { return name;} } internal String SystemLiteral { get { return systemLiteral;} set { systemLiteral = value;} } internal String Pubid { get { return pubid;} set { pubid = value;} } }; } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateContentLoader.cs
- DataGridViewRowCollection.cs
- recordstatefactory.cs
- JournalNavigationScope.cs
- CaseStatementSlot.cs
- ImageKeyConverter.cs
- OracleCommand.cs
- IdentifierCollection.cs
- MatcherBuilder.cs
- SqlDataSourceFilteringEventArgs.cs
- OdbcConnectionPoolProviderInfo.cs
- StorageEndPropertyMapping.cs
- Help.cs
- OdbcEnvironmentHandle.cs
- UnionCodeGroup.cs
- ServiceModelSecurityTokenTypes.cs
- DragDrop.cs
- UmAlQuraCalendar.cs
- WebPageTraceListener.cs
- ThrowHelper.cs
- MetadataItem_Static.cs
- QilXmlWriter.cs
- FixedSOMTableCell.cs
- SemaphoreSecurity.cs
- RestHandlerFactory.cs
- Perspective.cs
- XmlSchemaElement.cs
- IntegerValidator.cs
- BuildProviderCollection.cs
- ZipIOBlockManager.cs
- HandlerWithFactory.cs
- RequiredFieldValidator.cs
- Preprocessor.cs
- SiteMapNodeItemEventArgs.cs
- WindowsListViewSubItem.cs
- DeclaredTypeValidatorAttribute.cs
- UpdateProgress.cs
- Certificate.cs
- XmlSerializerNamespaces.cs
- DocumentXPathNavigator.cs
- SmtpFailedRecipientsException.cs
- InputReportEventArgs.cs
- WebPart.cs
- latinshape.cs
- XmlCharCheckingWriter.cs
- DocumentXmlWriter.cs
- TransportListener.cs
- MailHeaderInfo.cs
- _emptywebproxy.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- RelationshipEndCollection.cs
- SpellerInterop.cs
- ToolboxItem.cs
- TableLayoutPanel.cs
- CodeConstructor.cs
- ReceiveDesigner.xaml.cs
- WindowsListViewItem.cs
- DataGridAddNewRow.cs
- RunInstallerAttribute.cs
- WebPartTransformerCollection.cs
- DrawingImage.cs
- ELinqQueryState.cs
- DataErrorValidationRule.cs
- SemanticAnalyzer.cs
- DataGridViewCellConverter.cs
- Freezable.cs
- EndPoint.cs
- MdImport.cs
- TextShapeableCharacters.cs
- FormatSettings.cs
- ScriptingJsonSerializationSection.cs
- CompilerErrorCollection.cs
- ExpressionBinding.cs
- UnicastIPAddressInformationCollection.cs
- StateDesigner.LayoutSelectionGlyph.cs
- BaseTreeIterator.cs
- SequenceDesignerAccessibleObject.cs
- GeometryConverter.cs
- StylusPointProperties.cs
- OrthographicCamera.cs
- dsa.cs
- StylusPointPropertyInfo.cs
- MapPathBasedVirtualPathProvider.cs
- WindowsUpDown.cs
- ListViewItem.cs
- ShutDownListener.cs
- TextEditorThreadLocalStore.cs
- TableStyle.cs
- DataPager.cs
- ZipIOExtraField.cs
- HttpListener.cs
- SortQueryOperator.cs
- MenuItemBindingCollection.cs
- XmlSignificantWhitespace.cs
- DoubleUtil.cs
- PropertyMapper.cs
- ComboBox.cs
- VisualBrush.cs
- CurrentChangingEventArgs.cs
- SerializationException.cs