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
- XmlSchemaObjectCollection.cs
- ParseChildrenAsPropertiesAttribute.cs
- EventLogPermissionEntryCollection.cs
- LogLogRecord.cs
- DispatcherSynchronizationContext.cs
- PointAnimationUsingKeyFrames.cs
- PathGeometry.cs
- DSASignatureFormatter.cs
- SettingsPropertyValueCollection.cs
- AttributeCollection.cs
- ConnectionsZone.cs
- XmlRootAttribute.cs
- CardSpacePolicyElement.cs
- ReplacementText.cs
- DateTimeStorage.cs
- StyleSheet.cs
- MenuItemStyleCollection.cs
- ComponentSerializationService.cs
- fixedPageContentExtractor.cs
- DataServiceCollectionOfT.cs
- Int16.cs
- XPathNodeIterator.cs
- CookieParameter.cs
- WebPartDisplayModeCollection.cs
- filewebresponse.cs
- PrivateFontCollection.cs
- MenuItemStyle.cs
- DoubleConverter.cs
- XmlQueryType.cs
- ResumeStoryboard.cs
- DataBindingHandlerAttribute.cs
- Image.cs
- ArrayItemReference.cs
- XmlComment.cs
- XappLauncher.cs
- WindowsFormsSynchronizationContext.cs
- DPTypeDescriptorContext.cs
- DynamicValidator.cs
- TraceUtils.cs
- RegexCharClass.cs
- Duration.cs
- ArgumentException.cs
- BaseDataBoundControlDesigner.cs
- BitmapEffectGeneralTransform.cs
- TextElement.cs
- ClientTargetSection.cs
- QueryAccessibilityHelpEvent.cs
- WebPartManagerInternals.cs
- SqlGatherConsumedAliases.cs
- SerializableAttribute.cs
- WebPartActionVerb.cs
- Win32Native.cs
- DoubleAnimation.cs
- KeyProperty.cs
- OLEDB_Enum.cs
- ErrorWrapper.cs
- PhysicalFontFamily.cs
- CollectionType.cs
- CommonXSendMessage.cs
- UInt16.cs
- FocusWithinProperty.cs
- DataDocumentXPathNavigator.cs
- DataGridCaption.cs
- LabelLiteral.cs
- CalendarModeChangedEventArgs.cs
- GridViewRow.cs
- XmlAutoDetectWriter.cs
- XPathNodeList.cs
- DataBoundControlAdapter.cs
- WindowsFormsLinkLabel.cs
- InputLangChangeRequestEvent.cs
- XmlSchemaSimpleContentRestriction.cs
- BatchParser.cs
- TypeSource.cs
- RecognizerBase.cs
- TypeUsage.cs
- BitmapEffect.cs
- HMACSHA1.cs
- CanonicalFontFamilyReference.cs
- ImageAnimator.cs
- _AutoWebProxyScriptEngine.cs
- TreeNodeCollection.cs
- MultiSelectRootGridEntry.cs
- HttpApplication.cs
- ManagedWndProcTracker.cs
- SafeTimerHandle.cs
- ObjectListItemCollection.cs
- ComponentConverter.cs
- PeerNameRecordCollection.cs
- WebBrowserSiteBase.cs
- ErrorWebPart.cs
- ResolveDuplexCD1AsyncResult.cs
- ExclusiveHandleList.cs
- cache.cs
- UnionCodeGroup.cs
- HttpResponse.cs
- ImportCatalogPart.cs
- WeakEventTable.cs
- SqlResolver.cs
- InstanceValue.cs