Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //[....] //----------------------------------------------------------------------------- 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
- Expression.cs
- XmlReaderSettings.cs
- ToolStripDropDownDesigner.cs
- ListManagerBindingsCollection.cs
- GridViewColumn.cs
- SystemUnicastIPAddressInformation.cs
- Popup.cs
- CursorInteropHelper.cs
- FrameSecurityDescriptor.cs
- Material.cs
- ProcessProtocolHandler.cs
- CompareValidator.cs
- SendingRequestEventArgs.cs
- XmlQueryType.cs
- CodeExpressionStatement.cs
- RangeValuePattern.cs
- NumberAction.cs
- CacheMemory.cs
- EntityStoreSchemaGenerator.cs
- ParameterDataSourceExpression.cs
- ActiveXSite.cs
- RowVisual.cs
- XmlSchemaSubstitutionGroup.cs
- ConnectionStringsSection.cs
- BrowserCapabilitiesFactoryBase.cs
- ViewCellSlot.cs
- CodeExporter.cs
- TableNameAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- UnauthorizedWebPart.cs
- XpsS0ValidatingLoader.cs
- ExplicitDiscriminatorMap.cs
- Compiler.cs
- ToolStripScrollButton.cs
- DetailsViewDeleteEventArgs.cs
- ADMembershipProvider.cs
- SessionPageStatePersister.cs
- StateRuntime.cs
- HitTestResult.cs
- XmlText.cs
- CodeDomConfigurationHandler.cs
- ExtendedProtectionPolicy.cs
- CompoundFileReference.cs
- MarkupObject.cs
- StringArrayConverter.cs
- _ConnectStream.cs
- SharedPersonalizationStateInfo.cs
- unsafenativemethodstextservices.cs
- SocketElement.cs
- CustomErrorsSectionWrapper.cs
- Vector.cs
- FileClassifier.cs
- SelectorItemAutomationPeer.cs
- HostedHttpTransportManager.cs
- AssemblyAttributesGoHere.cs
- BindingNavigator.cs
- PersonalizationStateInfoCollection.cs
- ImageMap.cs
- Zone.cs
- GridViewSelectEventArgs.cs
- mediaclock.cs
- PanningMessageFilter.cs
- FreeFormPanel.cs
- Selector.cs
- _DisconnectOverlappedAsyncResult.cs
- XsltContext.cs
- SecurityHelper.cs
- SessionPageStatePersister.cs
- OutputCacheProfile.cs
- ParameterCollectionEditorForm.cs
- MarshalByRefObject.cs
- SupportsEventValidationAttribute.cs
- TextBoxView.cs
- PermissionSetTriple.cs
- figurelength.cs
- ListViewInsertedEventArgs.cs
- StringToken.cs
- WizardForm.cs
- DistinctQueryOperator.cs
- WebPartDisplayMode.cs
- SemanticResultKey.cs
- ActivityExecutorDelegateInfo.cs
- _DigestClient.cs
- ProxyManager.cs
- ThousandthOfEmRealPoints.cs
- TextServicesManager.cs
- sitestring.cs
- NegatedConstant.cs
- PropertyInfoSet.cs
- Asn1IntegerConverter.cs
- IDReferencePropertyAttribute.cs
- HotSpot.cs
- XmlnsCache.cs
- InputChannelBinder.cs
- ApplicationInterop.cs
- Socket.cs
- CommandTreeTypeHelper.cs
- IisTraceListener.cs
- MouseButtonEventArgs.cs
- ConnectionPoolRegistry.cs