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
- wmiprovider.cs
- ShaderEffect.cs
- mediaclock.cs
- MediaElement.cs
- ReachVisualSerializer.cs
- ParallelEnumerableWrapper.cs
- UInt16Storage.cs
- hresults.cs
- WSSecurityPolicy11.cs
- FontWeights.cs
- ContentDisposition.cs
- webclient.cs
- MasterPageParser.cs
- GridViewActionList.cs
- UriScheme.cs
- QuaternionRotation3D.cs
- DesignerDataSchemaClass.cs
- IntSecurity.cs
- Regex.cs
- DataBindingList.cs
- MarkerProperties.cs
- UInt32Storage.cs
- UInt32Converter.cs
- VirtualPathProvider.cs
- ResourceDictionary.cs
- EntryPointNotFoundException.cs
- DataBoundControlParameterTarget.cs
- BaseDataList.cs
- SrgsElementFactory.cs
- DateTimeParse.cs
- BaseCollection.cs
- DodSequenceMerge.cs
- FilterableAttribute.cs
- DynamicILGenerator.cs
- DataContractJsonSerializer.cs
- SmiEventSink_Default.cs
- ElementHost.cs
- TreeNodeEventArgs.cs
- ListViewInsertEventArgs.cs
- AssemblyBuilder.cs
- MachineSettingsSection.cs
- HttpHandlersInstallComponent.cs
- ObjectIDGenerator.cs
- OdbcTransaction.cs
- ObjectItemNoOpAssemblyLoader.cs
- TextBoxLine.cs
- LicenseContext.cs
- CodeDomComponentSerializationService.cs
- Translator.cs
- ListViewItemSelectionChangedEvent.cs
- ProfileEventArgs.cs
- StatusInfoItem.cs
- CodeTypeMember.cs
- HtmlEncodedRawTextWriter.cs
- PeerApplicationLaunchInfo.cs
- SingleKeyFrameCollection.cs
- DataColumnChangeEvent.cs
- ErrorWrapper.cs
- CommandBinding.cs
- AggregationMinMaxHelpers.cs
- Attributes.cs
- SmtpDigestAuthenticationModule.cs
- assemblycache.cs
- FacetValueContainer.cs
- StateDesigner.cs
- KeyTime.cs
- TextTreePropertyUndoUnit.cs
- CodeTypeReferenceCollection.cs
- HttpPostedFile.cs
- WebSysDescriptionAttribute.cs
- NameTable.cs
- ReadOnlyHierarchicalDataSourceView.cs
- CurrencyManager.cs
- _DigestClient.cs
- DiscoveryDefaults.cs
- InputReferenceExpression.cs
- AssemblyCache.cs
- DataBoundControl.cs
- Visual.cs
- NameScopePropertyAttribute.cs
- ExpressionBinding.cs
- OleServicesContext.cs
- MatrixConverter.cs
- GenericEnumConverter.cs
- SchemaDeclBase.cs
- ChangePassword.cs
- ReferenceCountedObject.cs
- SequenceRange.cs
- SByte.cs
- LinqDataSourceDeleteEventArgs.cs
- WebPartCloseVerb.cs
- DataViewListener.cs
- Style.cs
- LinqMaximalSubtreeNominator.cs
- SafeNativeMethodsCLR.cs
- EditorPartChrome.cs
- ImageFormatConverter.cs
- Int32AnimationUsingKeyFrames.cs
- EmptyEnumerator.cs
- ListItem.cs