Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaNotation.cs / 1 / XmlSchemaNotation.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Xml.Serialization; ////// /// public class XmlSchemaNotation : XmlSchemaAnnotated { string name; string publicId; string systemId; XmlQualifiedName qname = XmlQualifiedName.Empty; ///[To be supplied.] ////// /// [XmlAttribute("name")] public string Name { get { return name; } set { name = value; } } ///[To be supplied.] ////// /// [XmlAttribute("public")] public string Public { get { return publicId; } set { publicId = value; } } ///[To be supplied.] ////// /// [XmlAttribute("system")] public string System { get { return systemId; } set { systemId = value; } } [XmlIgnore] internal XmlQualifiedName QualifiedName { get { return qname; } set { qname = value; } } [XmlIgnore] internal override string NameAttribute { get { return Name; } set { Name = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AccessDataSourceView.cs
- MultipleViewProviderWrapper.cs
- WebPartDescriptionCollection.cs
- XmlCDATASection.cs
- tooltip.cs
- DataRowView.cs
- _ConnectionGroup.cs
- QueryPageSettingsEventArgs.cs
- SelfIssuedTokenFactoryCredential.cs
- UserControl.cs
- IApplicationTrustManager.cs
- FormsIdentity.cs
- ISCIIEncoding.cs
- ListViewInsertedEventArgs.cs
- SchemaAttDef.cs
- HttpDebugHandler.cs
- QueryOptionExpression.cs
- BezierSegment.cs
- SurrogateSelector.cs
- PersianCalendar.cs
- TreeNodeCollection.cs
- HttpRuntime.cs
- WebZone.cs
- NumberSubstitution.cs
- CounterSampleCalculator.cs
- TreeSet.cs
- Serializer.cs
- Wow64ConfigurationLoader.cs
- HttpHandlerAction.cs
- ConnectionPoint.cs
- GeometryModel3D.cs
- Delay.cs
- File.cs
- LightweightCodeGenerator.cs
- AVElementHelper.cs
- DbParameterCollectionHelper.cs
- CodeAssignStatement.cs
- TreeView.cs
- CombinedGeometry.cs
- HwndSubclass.cs
- StructuredTypeInfo.cs
- Calendar.cs
- IDispatchConstantAttribute.cs
- DeviceSpecific.cs
- ConnectionPointGlyph.cs
- SystemWebCachingSectionGroup.cs
- EntityDataSourceContextDisposingEventArgs.cs
- ExpressionList.cs
- EventRouteFactory.cs
- FieldToken.cs
- PrimarySelectionAdorner.cs
- Hex.cs
- Gdiplus.cs
- QueryCacheEntry.cs
- ping.cs
- X509Extension.cs
- UiaCoreProviderApi.cs
- TrackingMemoryStream.cs
- ServiceParser.cs
- DeploymentExceptionMapper.cs
- ConfigurationStrings.cs
- RemotingConfigParser.cs
- ParserContext.cs
- HMACSHA256.cs
- ObjectContextServiceProvider.cs
- mongolianshape.cs
- DataGridViewSelectedCellCollection.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- UnknownWrapper.cs
- GenericPrincipal.cs
- SuppressMessageAttribute.cs
- MetadataArtifactLoader.cs
- xsdvalidator.cs
- QilFunction.cs
- ActivityInstanceMap.cs
- WinFormsSpinner.cs
- mediaclock.cs
- XmlSerializer.cs
- TimeZone.cs
- VarInfo.cs
- RC2CryptoServiceProvider.cs
- ContentDisposition.cs
- InvokePattern.cs
- WebResourceAttribute.cs
- MutexSecurity.cs
- TrackingProfile.cs
- WebPartUserCapability.cs
- WebPartUtil.cs
- SystemIPAddressInformation.cs
- RegexStringValidatorAttribute.cs
- PaintEvent.cs
- AccessViolationException.cs
- CustomErrorsSection.cs
- ObjectPropertyMapping.cs
- ReflectionServiceProvider.cs
- SHA512.cs
- RtfToXamlReader.cs
- FieldBuilder.cs
- ColumnWidthChangingEvent.cs
- ZoneMembershipCondition.cs