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
- InputMethodStateTypeInfo.cs
- MachineKeySection.cs
- NamespaceMapping.cs
- CellConstant.cs
- ObjectItemCollection.cs
- Debugger.cs
- Baml2006KnownTypes.cs
- SupportsEventValidationAttribute.cs
- QueryOutputWriterV1.cs
- DrawingServices.cs
- ProfileManager.cs
- PrintDialog.cs
- FieldNameLookup.cs
- MultiView.cs
- ProtocolElementCollection.cs
- EnumDataContract.cs
- RoutedUICommand.cs
- Script.cs
- DataBinding.cs
- WindowsListViewGroup.cs
- BinaryFormatter.cs
- OleDbSchemaGuid.cs
- VisualStyleInformation.cs
- MobileListItemCollection.cs
- XsltSettings.cs
- SystemThemeKey.cs
- BuilderPropertyEntry.cs
- WebPartEditVerb.cs
- TemplateXamlTreeBuilder.cs
- XamlTypeMapper.cs
- BaseTemplateBuildProvider.cs
- TreeNode.cs
- DataServicePagingProviderWrapper.cs
- Utils.cs
- TreeNodeClickEventArgs.cs
- EntityClientCacheEntry.cs
- ToolStripItemClickedEventArgs.cs
- GenerateTemporaryTargetAssembly.cs
- OdbcDataReader.cs
- SchemaCollectionPreprocessor.cs
- DynamicActivity.cs
- SharedPersonalizationStateInfo.cs
- ModuleBuilder.cs
- CharacterMetrics.cs
- BinaryMethodMessage.cs
- FormViewDeleteEventArgs.cs
- ApplicationTrust.cs
- AggregateNode.cs
- PseudoWebRequest.cs
- RegexCharClass.cs
- System.Data_BID.cs
- GeometryValueSerializer.cs
- PocoPropertyAccessorStrategy.cs
- Propagator.cs
- ButtonAutomationPeer.cs
- ApplicationId.cs
- CompletedAsyncResult.cs
- Brush.cs
- Selector.cs
- DataGridViewImageCell.cs
- CreateUserWizardStep.cs
- ItemContainerGenerator.cs
- LayoutTable.cs
- PreProcessor.cs
- PreloadHost.cs
- RtfFormatStack.cs
- PageScaling.cs
- BindableTemplateBuilder.cs
- PropertyMappingExceptionEventArgs.cs
- Math.cs
- FunctionQuery.cs
- DataGridViewCellValueEventArgs.cs
- GAC.cs
- PeerCredentialElement.cs
- TextRunTypographyProperties.cs
- MissingSatelliteAssemblyException.cs
- PerfCounterSection.cs
- DataView.cs
- VerificationAttribute.cs
- XmlSchemaImporter.cs
- ComplexLine.cs
- TrackingParticipant.cs
- DynamicVirtualDiscoSearcher.cs
- WindowsScrollBarBits.cs
- Geometry3D.cs
- TemplateNodeContextMenu.cs
- DesignerSerializationOptionsAttribute.cs
- MetabaseServerConfig.cs
- FamilyTypefaceCollection.cs
- TextEditorDragDrop.cs
- SerializationStore.cs
- OdbcRowUpdatingEvent.cs
- LoginView.cs
- PreservationFileWriter.cs
- DataServiceRequestOfT.cs
- DataListItem.cs
- KerberosSecurityTokenProvider.cs
- Shape.cs
- ActiveXSerializer.cs
- ReferencedAssemblyResolver.cs