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 / 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
- MarkupObject.cs
- CodePropertyReferenceExpression.cs
- SessionStateUtil.cs
- TableProviderWrapper.cs
- RemoteX509Token.cs
- PackageDigitalSignatureManager.cs
- COSERVERINFO.cs
- UrlAuthorizationModule.cs
- DataTable.cs
- StrokeCollection.cs
- PageVisual.cs
- SoapMessage.cs
- SelectingProviderEventArgs.cs
- DetailsViewInsertEventArgs.cs
- ScriptMethodAttribute.cs
- Menu.cs
- NativeMethods.cs
- Listbox.cs
- VirtualDirectoryMapping.cs
- StyleSelector.cs
- Pts.cs
- PanelStyle.cs
- PersonalizationState.cs
- ProbeDuplex11AsyncResult.cs
- ScriptReferenceBase.cs
- RegistrationServices.cs
- SafeProcessHandle.cs
- CustomAttributeSerializer.cs
- DateRangeEvent.cs
- SubclassTypeValidator.cs
- InheritanceAttribute.cs
- RegistrySecurity.cs
- mil_commands.cs
- WindowsTokenRoleProvider.cs
- CfgParser.cs
- InputLanguageManager.cs
- OdbcInfoMessageEvent.cs
- ColumnPropertiesGroup.cs
- StdValidatorsAndConverters.cs
- ParsedAttributeCollection.cs
- PeerName.cs
- DiscoveryClientReferences.cs
- SelectionEditor.cs
- _OverlappedAsyncResult.cs
- Code.cs
- EntityViewGenerator.cs
- StrokeNodeOperations2.cs
- GridViewRowPresenter.cs
- TimeIntervalCollection.cs
- SystemResourceKey.cs
- CaseExpr.cs
- TimerElapsedEvenArgs.cs
- DbConnectionStringBuilder.cs
- WebConfigurationHostFileChange.cs
- SymbolMethod.cs
- DataObjectCopyingEventArgs.cs
- AsymmetricAlgorithm.cs
- PropertyBuilder.cs
- ScriptReference.cs
- SystemColorTracker.cs
- UriExt.cs
- Site.cs
- ProcessHostMapPath.cs
- NamespaceExpr.cs
- TraceListeners.cs
- DataListItemCollection.cs
- Vector3DCollectionValueSerializer.cs
- GatewayDefinition.cs
- XmlCharType.cs
- SqlWebEventProvider.cs
- securitycriticaldataformultiplegetandset.cs
- DynamicRouteExpression.cs
- UnsupportedPolicyOptionsException.cs
- MenuItem.cs
- SliderAutomationPeer.cs
- AddInIpcChannel.cs
- TakeQueryOptionExpression.cs
- ServiceRouteHandler.cs
- IdentitySection.cs
- JsonWriterDelegator.cs
- _ConnectOverlappedAsyncResult.cs
- HttpAsyncResult.cs
- EntityContainer.cs
- SystemDiagnosticsSection.cs
- Tuple.cs
- SamlDelegatingWriter.cs
- PrimaryKeyTypeConverter.cs
- AccessedThroughPropertyAttribute.cs
- CellTreeSimplifier.cs
- FilterableData.cs
- Process.cs
- TransportElement.cs
- UidManager.cs
- PasswordBoxAutomationPeer.cs
- MemberMaps.cs
- XPathMultyIterator.cs
- XsdCachingReader.cs
- XmlImplementation.cs
- DbReferenceCollection.cs
- DataTablePropertyDescriptor.cs