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
- ApplicationProxyInternal.cs
- TextCharacters.cs
- PngBitmapEncoder.cs
- NumberFunctions.cs
- XmlMemberMapping.cs
- ASCIIEncoding.cs
- SqlUdtInfo.cs
- XsdDuration.cs
- PointF.cs
- ValueTypeFieldReference.cs
- Journaling.cs
- UnsafeCollabNativeMethods.cs
- TextModifierScope.cs
- LinqDataSourceInsertEventArgs.cs
- QilStrConcat.cs
- MsmqInputSessionChannelListener.cs
- RecordConverter.cs
- Geometry.cs
- XmlSchemaChoice.cs
- XmlSchemaSimpleContentRestriction.cs
- ScrollProperties.cs
- RemotingConfigParser.cs
- CodeNamespaceCollection.cs
- StrokeIntersection.cs
- WebFormsRootDesigner.cs
- RequestTimeoutManager.cs
- ListenerElementsCollection.cs
- ViewManager.cs
- AsyncResult.cs
- InternalDispatchObject.cs
- ClonableStack.cs
- DbConnectionClosed.cs
- Oci.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- HMAC.cs
- FloaterBaseParagraph.cs
- ServiceDescriptionSerializer.cs
- WpfKnownTypeInvoker.cs
- FontWeightConverter.cs
- AmbientLight.cs
- GroupItemAutomationPeer.cs
- MemberListBinding.cs
- PseudoWebRequest.cs
- StreamingContext.cs
- Attachment.cs
- AsymmetricKeyExchangeDeformatter.cs
- SqlDataSourceSelectingEventArgs.cs
- TextEvent.cs
- _PooledStream.cs
- HtmlMeta.cs
- SqlCachedBuffer.cs
- OutputCacheSettings.cs
- MgmtConfigurationRecord.cs
- ToolboxComponentsCreatingEventArgs.cs
- MediaPlayer.cs
- TreeViewDesigner.cs
- EventProxy.cs
- DateTimeHelper.cs
- HwndSourceParameters.cs
- ProcessManager.cs
- XDeferredAxisSource.cs
- EmptyControlCollection.cs
- GridViewAutomationPeer.cs
- MatrixKeyFrameCollection.cs
- ToolStripItemImageRenderEventArgs.cs
- BindingExpressionUncommonField.cs
- WeakReferenceEnumerator.cs
- DirectoryObjectSecurity.cs
- LogManagementAsyncResult.cs
- FixedStringLookup.cs
- MarkupCompiler.cs
- MethodCallExpression.cs
- LifetimeMonitor.cs
- BlockCollection.cs
- MimeObjectFactory.cs
- CurrentChangingEventManager.cs
- ZipPackagePart.cs
- ResourceProperty.cs
- OutOfMemoryException.cs
- ClassValidator.cs
- basecomparevalidator.cs
- CheckBoxPopupAdapter.cs
- XmlIlTypeHelper.cs
- Underline.cs
- FormsAuthenticationUser.cs
- serverconfig.cs
- InvalidOperationException.cs
- Token.cs
- SerializationStore.cs
- CrossContextChannel.cs
- ConfigurationPermission.cs
- SequentialUshortCollection.cs
- BaseUriHelper.cs
- HwndSourceParameters.cs
- SiteMapPath.cs
- WebPartConnectionsDisconnectVerb.cs
- AvTrace.cs
- ExternalException.cs
- WindowsRebar.cs
- FixedDocument.cs