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
- WindowsRegion.cs
- EntityStoreSchemaGenerator.cs
- WriteTimeStream.cs
- OrderPreservingMergeHelper.cs
- Span.cs
- FontWeights.cs
- PointAnimationBase.cs
- DesignerTransaction.cs
- UnsafeNativeMethods.cs
- TextServicesPropertyRanges.cs
- ProcessActivityTreeOptions.cs
- RuntimeConfigLKG.cs
- DaylightTime.cs
- DataRecordObjectView.cs
- AsyncStreamReader.cs
- SendMailErrorEventArgs.cs
- ForceCopyBuildProvider.cs
- JsonReader.cs
- DataGridViewTextBoxColumn.cs
- WindowsRichEditRange.cs
- XmlArrayItemAttribute.cs
- ApplicationSecurityInfo.cs
- EventsTab.cs
- AccessKeyManager.cs
- NumericUpDownAcceleration.cs
- LicenseException.cs
- NestedContainer.cs
- WindowCollection.cs
- ByteRangeDownloader.cs
- AndCondition.cs
- ExtenderProvidedPropertyAttribute.cs
- ImageConverter.cs
- CalendarDesigner.cs
- ObjectQueryProvider.cs
- ToggleButtonAutomationPeer.cs
- IsolatedStorageFileStream.cs
- ConstantExpression.cs
- XmlTextReader.cs
- TempEnvironment.cs
- InputProcessorProfiles.cs
- DefaultProxySection.cs
- CodeCompileUnit.cs
- DesignerEventService.cs
- SubpageParagraph.cs
- ADMembershipProvider.cs
- InputScopeManager.cs
- DataListItem.cs
- FlowLayout.cs
- ResourceAssociationSet.cs
- IsolatedStorage.cs
- DataTableNewRowEvent.cs
- ColorKeyFrameCollection.cs
- KeyConstraint.cs
- View.cs
- GetPageNumberCompletedEventArgs.cs
- DoubleConverter.cs
- TableLayoutStyle.cs
- XXXOnTypeBuilderInstantiation.cs
- WindowsFormsLinkLabel.cs
- ValueChangedEventManager.cs
- WindowsPrincipal.cs
- DataGridToolTip.cs
- CommandConverter.cs
- CurrencyWrapper.cs
- Section.cs
- StateMachine.cs
- ExtentJoinTreeNode.cs
- Point3DKeyFrameCollection.cs
- WebServiceErrorEvent.cs
- ErrorFormatter.cs
- ParseChildrenAsPropertiesAttribute.cs
- PlanCompiler.cs
- WebReferenceOptions.cs
- BuiltInExpr.cs
- VersionPair.cs
- ProfilePropertyNameValidator.cs
- XmlSchemaAttributeGroupRef.cs
- JsonReader.cs
- RadioButtonList.cs
- ValueType.cs
- DateTimeFormatInfo.cs
- SparseMemoryStream.cs
- FormViewUpdatedEventArgs.cs
- basevalidator.cs
- NodeFunctions.cs
- ToolStripDesignerAvailabilityAttribute.cs
- Internal.cs
- PageVisual.cs
- ProxyWebPartConnectionCollection.cs
- _NetworkingPerfCounters.cs
- BaseDataBoundControlDesigner.cs
- TableItemStyle.cs
- SqlNotificationEventArgs.cs
- MenuBase.cs
- XmlSchemaElement.cs
- PageParser.cs
- MessageDroppedTraceRecord.cs
- RuntimeHelpers.cs
- CommandEventArgs.cs
- HashAlgorithm.cs