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
- WorkflowExecutor.cs
- XmlNamespaceMapping.cs
- ExpressionBindings.cs
- GeometryGroup.cs
- CompoundFileReference.cs
- XPathParser.cs
- StringSorter.cs
- LinkTarget.cs
- FixedTextPointer.cs
- TimelineClockCollection.cs
- TimelineCollection.cs
- GeneralTransformGroup.cs
- TextModifier.cs
- AssemblyFilter.cs
- Stack.cs
- Base64Encoder.cs
- ConnectionManager.cs
- Vector3DIndependentAnimationStorage.cs
- Relationship.cs
- DataGridColumnEventArgs.cs
- XmlSchemaException.cs
- SingleAnimation.cs
- ExpressionBuilder.cs
- DescendantOverDescendantQuery.cs
- TextCompositionEventArgs.cs
- CompoundFileStreamReference.cs
- IndentedTextWriter.cs
- SqlFlattener.cs
- MonikerHelper.cs
- SecurityTimestamp.cs
- Stream.cs
- EditorZoneBase.cs
- PerformanceCounterLib.cs
- Int16Animation.cs
- LocalTransaction.cs
- InheritanceContextChangedEventManager.cs
- ConnectionInterfaceCollection.cs
- SafeLocalMemHandle.cs
- PnrpPermission.cs
- UrlMappingCollection.cs
- SafePEFileHandle.cs
- GenerateTemporaryAssemblyTask.cs
- DocumentProperties.cs
- TypedTableBaseExtensions.cs
- SubpageParaClient.cs
- ErrorInfoXmlDocument.cs
- DiscoveryReference.cs
- Root.cs
- UndoEngine.cs
- DBCSCodePageEncoding.cs
- EditBehavior.cs
- XamlPathDataSerializer.cs
- DefaultWorkflowLoaderService.cs
- PageContentAsyncResult.cs
- XmlDataSourceNodeDescriptor.cs
- SizeConverter.cs
- ForeignKeyConstraint.cs
- serverconfig.cs
- DataSource.cs
- AnimatedTypeHelpers.cs
- EditorZone.cs
- ZipIOModeEnforcingStream.cs
- EmbossBitmapEffect.cs
- PackageRelationshipCollection.cs
- MenuItemCollectionEditor.cs
- ReplyAdapterChannelListener.cs
- WmpBitmapDecoder.cs
- MailMessageEventArgs.cs
- ProcessHostFactoryHelper.cs
- ImageAttributes.cs
- ProfileService.cs
- MemberAssignmentAnalysis.cs
- Interop.cs
- LinkArea.cs
- ClickablePoint.cs
- safelink.cs
- StackOverflowException.cs
- FunctionParameter.cs
- VBIdentifierName.cs
- DiscoveryOperationContextExtension.cs
- XmlJsonWriter.cs
- BitmapCodecInfo.cs
- SoapIncludeAttribute.cs
- CodeEntryPointMethod.cs
- Annotation.cs
- CodeSubDirectory.cs
- FrameworkContextData.cs
- FileEnumerator.cs
- PathFigure.cs
- DiscreteKeyFrames.cs
- PageAdapter.cs
- TypedTableBase.cs
- SafeCryptoHandles.cs
- UnsafePeerToPeerMethods.cs
- FixedSOMPageConstructor.cs
- DispatcherOperation.cs
- activationcontext.cs
- XmlTypeMapping.cs
- MetadataAssemblyHelper.cs
- StylusDevice.cs