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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RtfFormatStack.cs
- IntegerValidator.cs
- PackageProperties.cs
- RenderCapability.cs
- _ScatterGatherBuffers.cs
- CustomCategoryAttribute.cs
- FlowDocumentFormatter.cs
- OdbcParameter.cs
- RegexStringValidator.cs
- TextBoxAutoCompleteSourceConverter.cs
- QuadraticBezierSegment.cs
- _BaseOverlappedAsyncResult.cs
- SplineKeyFrames.cs
- EncoderExceptionFallback.cs
- ListViewSelectEventArgs.cs
- xmlfixedPageInfo.cs
- ClosureBinding.cs
- LineServicesCallbacks.cs
- Content.cs
- XmlEventCache.cs
- XmlMtomReader.cs
- IListConverters.cs
- OneWayBindingElement.cs
- ScrollableControl.cs
- SpeechSeg.cs
- EntitySetDataBindingList.cs
- UnmanagedBitmapWrapper.cs
- XmlDocumentFieldSchema.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- DeflateEmulationStream.cs
- DocumentSequenceHighlightLayer.cs
- ConfigurationException.cs
- CopyAction.cs
- XmlSchemaProviderAttribute.cs
- FixedPageStructure.cs
- PersonalizationEntry.cs
- DataBindEngine.cs
- ObjectCache.cs
- PageVisual.cs
- COSERVERINFO.cs
- ExtentKey.cs
- DragEvent.cs
- PersonalizationStateQuery.cs
- TemplateControlParser.cs
- Attributes.cs
- StylusShape.cs
- KnownBoxes.cs
- InfiniteTimeSpanConverter.cs
- StatusBarDesigner.cs
- StorageAssociationSetMapping.cs
- DataGridViewTextBoxEditingControl.cs
- DbgUtil.cs
- WebPartConnectionCollection.cs
- Hashtable.cs
- BidOverLoads.cs
- BuildResultCache.cs
- SymmetricAlgorithm.cs
- FixedNode.cs
- HtmlElementEventArgs.cs
- OleDbConnection.cs
- DynamicUpdateCommand.cs
- SafeThreadHandle.cs
- ToolStripDropDownClosingEventArgs.cs
- LayoutDump.cs
- ConfigXmlCDataSection.cs
- ReaderWriterLockWrapper.cs
- precedingquery.cs
- ProcessModelInfo.cs
- ImageSource.cs
- PropertyChangedEventManager.cs
- SyndicationLink.cs
- MediaPlayerState.cs
- XslException.cs
- FlowDocumentFormatter.cs
- TrustManagerMoreInformation.cs
- HttpRuntimeSection.cs
- ExceptionRoutedEventArgs.cs
- MultiTrigger.cs
- CodeAttributeArgumentCollection.cs
- OrderingInfo.cs
- FormatVersion.cs
- ADConnectionHelper.cs
- ConstructorExpr.cs
- CellTreeNodeVisitors.cs
- Content.cs
- ScrollEvent.cs
- MsmqHostedTransportManager.cs
- MenuItemStyleCollection.cs
- IntellisenseTextBox.cs
- RuleDefinitions.cs
- precedingquery.cs
- LiteralControl.cs
- Polygon.cs
- LongValidatorAttribute.cs
- TreeNodeStyle.cs
- Comparer.cs
- RecognizedAudio.cs
- RegistrySecurity.cs
- ArraySegment.cs
- PageRouteHandler.cs