Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SpecularMaterial.cs
- XmlIncludeAttribute.cs
- ReturnEventArgs.cs
- TogglePatternIdentifiers.cs
- DrawingVisual.cs
- EditCommandColumn.cs
- FormCollection.cs
- securitycriticaldataformultiplegetandset.cs
- FormsAuthenticationUser.cs
- ToolStripSeparator.cs
- ContextMarshalException.cs
- SQLMoneyStorage.cs
- ProfileEventArgs.cs
- SerialPinChanges.cs
- PhoneCallDesigner.cs
- PathFigureCollection.cs
- ControlCollection.cs
- WindowsListBox.cs
- FacetDescription.cs
- InheritablePropertyChangeInfo.cs
- Visual3D.cs
- LazyTextWriterCreator.cs
- InstanceStoreQueryResult.cs
- BamlBinaryReader.cs
- AppDomainInstanceProvider.cs
- UseAttributeSetsAction.cs
- SettingsPropertyIsReadOnlyException.cs
- CompareInfo.cs
- CompositionAdorner.cs
- StringArrayConverter.cs
- xmlsaver.cs
- ExpressionDumper.cs
- BmpBitmapDecoder.cs
- ComponentChangedEvent.cs
- TextServicesPropertyRanges.cs
- GradientPanel.cs
- WorkflowPageSetupDialog.cs
- HealthMonitoringSectionHelper.cs
- LOSFormatter.cs
- X509DefaultServiceCertificateElement.cs
- bindurihelper.cs
- ScrollableControl.cs
- WorkflowRuntimeServicesBehavior.cs
- AgileSafeNativeMemoryHandle.cs
- PrimitiveType.cs
- RotateTransform.cs
- LoginCancelEventArgs.cs
- XmlNodeList.cs
- OleDbRowUpdatedEvent.cs
- CodeNamespace.cs
- UndoManager.cs
- TextParagraphView.cs
- AssemblyBuilder.cs
- ViewManager.cs
- Padding.cs
- ExpressionQuoter.cs
- BackgroundWorker.cs
- WebServiceHost.cs
- CustomPopupPlacement.cs
- CompilerTypeWithParams.cs
- CodeParameterDeclarationExpressionCollection.cs
- ModelItemKeyValuePair.cs
- documentsequencetextpointer.cs
- AppSettingsReader.cs
- ISFClipboardData.cs
- WindowsUpDown.cs
- Fault.cs
- FormViewInsertEventArgs.cs
- DefaultTextStoreTextComposition.cs
- RectAnimationClockResource.cs
- HttpHandlerAction.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- PermissionSetTriple.cs
- RuntimeConfigLKG.cs
- Border.cs
- DataControlLinkButton.cs
- ReadOnlyCollectionBuilder.cs
- FrameworkElement.cs
- PrimitiveList.cs
- FileLevelControlBuilderAttribute.cs
- PersistChildrenAttribute.cs
- SafeNativeMethods.cs
- XmlSchemaComplexType.cs
- HtmlImage.cs
- ipaddressinformationcollection.cs
- TextBoxAutomationPeer.cs
- HtmlTableRowCollection.cs
- SystemGatewayIPAddressInformation.cs
- ToolStripComboBox.cs
- IndependentlyAnimatedPropertyMetadata.cs
- QueryAccessibilityHelpEvent.cs
- RuleDefinitions.cs
- DocumentReference.cs
- EntitySqlQueryState.cs
- DataBoundControl.cs
- Certificate.cs
- SoapWriter.cs
- VoiceObjectToken.cs
- InternalResources.cs
- Queue.cs