Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / SchemaNotation.cs / 1 / 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
- PreviousTrackingServiceAttribute.cs
- EmbeddedObject.cs
- SymbolType.cs
- DataService.cs
- PropertyIdentifier.cs
- ThreadSafeList.cs
- SharedDp.cs
- XmlSchemaAppInfo.cs
- XpsDocument.cs
- DataServiceConfiguration.cs
- ListViewDeletedEventArgs.cs
- WindowsServiceElement.cs
- ConfigurationLocationCollection.cs
- SystemUnicastIPAddressInformation.cs
- StringToken.cs
- IndexObject.cs
- DataObject.cs
- NamespaceDisplay.xaml.cs
- Message.cs
- HyperLinkStyle.cs
- DbFunctionCommandTree.cs
- EmbeddedMailObject.cs
- NegatedCellConstant.cs
- InstanceKey.cs
- serverconfig.cs
- InternalBufferOverflowException.cs
- NotificationContext.cs
- GraphicsPath.cs
- ListParagraph.cs
- ScrollChrome.cs
- ResXResourceReader.cs
- VScrollProperties.cs
- dbenumerator.cs
- CalendarDesigner.cs
- BinaryMethodMessage.cs
- DBConnection.cs
- FixedPageAutomationPeer.cs
- HierarchicalDataBoundControl.cs
- UntypedNullExpression.cs
- XmlDocumentSerializer.cs
- ScriptResourceAttribute.cs
- ProfileGroupSettings.cs
- TiffBitmapDecoder.cs
- DefinitionBase.cs
- EdmTypeAttribute.cs
- FrameworkPropertyMetadata.cs
- SqlCrossApplyToCrossJoin.cs
- HttpListenerRequest.cs
- ObservableDictionary.cs
- KeyValuePair.cs
- SqlXml.cs
- TableLayoutCellPaintEventArgs.cs
- MetadataItem_Static.cs
- CatalogPart.cs
- HtmlTableCell.cs
- WindowsGraphicsWrapper.cs
- BrowserCapabilitiesCompiler.cs
- BooleanKeyFrameCollection.cs
- ThousandthOfEmRealDoubles.cs
- InvalidPrinterException.cs
- FirstMatchCodeGroup.cs
- CodeTypeParameterCollection.cs
- BinaryConverter.cs
- AsymmetricSignatureDeformatter.cs
- RecoverInstanceLocksCommand.cs
- KeyInterop.cs
- ProcessHost.cs
- WebRequestModuleElementCollection.cs
- ScrollableControlDesigner.cs
- PointAnimationBase.cs
- CheckBoxField.cs
- VScrollProperties.cs
- TrackingMemoryStream.cs
- SapiAttributeParser.cs
- VisualTreeFlattener.cs
- UnmanagedMarshal.cs
- SqlDependencyUtils.cs
- Util.cs
- RecordsAffectedEventArgs.cs
- HttpRawResponse.cs
- NavigationFailedEventArgs.cs
- InstancePersistenceContext.cs
- ColumnMap.cs
- DependencyObjectProvider.cs
- WindowsSolidBrush.cs
- HttpCapabilitiesBase.cs
- StorageMappingItemCollection.cs
- EditableRegion.cs
- StateManagedCollection.cs
- LambdaCompiler.ControlFlow.cs
- GroupItem.cs
- ServerReliableChannelBinder.cs
- TypeHelpers.cs
- WebPartTransformer.cs
- ToolboxComponentsCreatingEventArgs.cs
- CodeIterationStatement.cs
- UpdateCommand.cs
- DataGridRow.cs
- ZipFileInfoCollection.cs
- ByteKeyFrameCollection.cs