Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TPLETWProvider.cs
- ScrollBar.cs
- IPGlobalProperties.cs
- SequenceDesigner.cs
- Drawing.cs
- SelectionItemPatternIdentifiers.cs
- ObjectParameter.cs
- CacheMode.cs
- QuadraticBezierSegment.cs
- ArglessEventHandlerProxy.cs
- IsolatedStorage.cs
- BamlLocalizationDictionary.cs
- GrowingArray.cs
- ConsoleTraceListener.cs
- Misc.cs
- SafeIUnknown.cs
- StrokeCollectionDefaultValueFactory.cs
- FunctionNode.cs
- DataGridCellAutomationPeer.cs
- COM2IProvidePropertyBuilderHandler.cs
- CodeNamespace.cs
- TabOrder.cs
- GraphicsState.cs
- HashAlgorithm.cs
- OutOfProcStateClientManager.cs
- DesignTimeTemplateParser.cs
- DockPanel.cs
- PointValueSerializer.cs
- WebBrowserUriTypeConverter.cs
- SqlNodeTypeOperators.cs
- DynamicRouteExpression.cs
- HttpRequestMessageProperty.cs
- XmlTypeAttribute.cs
- ObjectReaderCompiler.cs
- OpenTypeLayoutCache.cs
- HttpValueCollection.cs
- WebRequestModulesSection.cs
- XmlLangPropertyAttribute.cs
- BufferedStream.cs
- DataSourceXmlSubItemAttribute.cs
- DataObjectEventArgs.cs
- ObjectListCommand.cs
- hebrewshape.cs
- TemplateFactory.cs
- DataGridViewCellConverter.cs
- NameValueFileSectionHandler.cs
- SQLBytes.cs
- CatalogZoneBase.cs
- TableCellCollection.cs
- RectIndependentAnimationStorage.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- Point3DValueSerializer.cs
- HashMembershipCondition.cs
- SimpleApplicationHost.cs
- DesignerSerializerAttribute.cs
- MetadataProperty.cs
- ButtonFieldBase.cs
- TextBox.cs
- CalendarButtonAutomationPeer.cs
- MailWriter.cs
- CheckPair.cs
- StrongNameUtility.cs
- SeekableReadStream.cs
- PropertyDescriptorComparer.cs
- HttpConfigurationContext.cs
- FlowNode.cs
- AsymmetricKeyExchangeDeformatter.cs
- DomNameTable.cs
- VideoDrawing.cs
- Animatable.cs
- HandlerBase.cs
- TranslateTransform.cs
- User.cs
- XmlToDatasetMap.cs
- ServiceBusyException.cs
- IdnElement.cs
- EmptyStringExpandableObjectConverter.cs
- StdValidatorsAndConverters.cs
- ErrorProvider.cs
- AdapterDictionary.cs
- DeviceContexts.cs
- DeferredReference.cs
- MiniCustomAttributeInfo.cs
- DiagnosticsConfiguration.cs
- Crc32.cs
- TreeNode.cs
- DefaultSerializationProviderAttribute.cs
- ListDictionary.cs
- ImageMap.cs
- SubMenuStyle.cs
- BitmapPalette.cs
- Light.cs
- ObjectDataSourceFilteringEventArgs.cs
- InstanceValue.cs
- ObjectDataSourceDisposingEventArgs.cs
- ScaleTransform3D.cs
- DocumentsTrace.cs
- InfoCardXmlSerializer.cs
- DataRowView.cs
- StateDesigner.CommentLayoutGlyph.cs