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;
///
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SingleResultAttribute.cs
- UrlMappingsSection.cs
- DesignSurfaceEvent.cs
- EmptyCollection.cs
- TextTreeText.cs
- PatternMatcher.cs
- RepeatBehaviorConverter.cs
- IdnElement.cs
- DataGridViewRow.cs
- _AuthenticationState.cs
- SqlDataSourceView.cs
- RadioButtonStandardAdapter.cs
- TypeLibConverter.cs
- UrlPath.cs
- ColorAnimationUsingKeyFrames.cs
- SelectorItemAutomationPeer.cs
- ProfileElement.cs
- TypeSystem.cs
- PageEventArgs.cs
- DecimalStorage.cs
- SingleSelectRootGridEntry.cs
- EdmValidator.cs
- EntityDataSourceWrapper.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- TextComposition.cs
- ReadingWritingEntityEventArgs.cs
- DataMisalignedException.cs
- CommandCollectionEditor.cs
- BindingListCollectionView.cs
- OdbcDataAdapter.cs
- Queue.cs
- FragmentNavigationEventArgs.cs
- WebBrowserNavigatingEventHandler.cs
- Pts.cs
- MetafileHeader.cs
- ToolBar.cs
- CryptoProvider.cs
- TemplateControlParser.cs
- ProtocolsConfiguration.cs
- TypeUtil.cs
- XmlResolver.cs
- SyndicationItem.cs
- ResXDataNode.cs
- StrokeNodeOperations2.cs
- PortCache.cs
- AspCompat.cs
- ProgressBarBrushConverter.cs
- WebUtil.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- FontWeights.cs
- Compiler.cs
- AssemblyUtil.cs
- XPathParser.cs
- CssStyleCollection.cs
- TakeQueryOptionExpression.cs
- TargetException.cs
- VScrollProperties.cs
- ClientOptions.cs
- BrushValueSerializer.cs
- IOThreadTimer.cs
- BinaryUtilClasses.cs
- TypeInitializationException.cs
- GuidTagList.cs
- Dictionary.cs
- XmlMembersMapping.cs
- XPathAncestorQuery.cs
- PtsPage.cs
- ExpressionSelection.cs
- TreeViewEvent.cs
- PageParser.cs
- PointLight.cs
- XamlWrappingReader.cs
- NotImplementedException.cs
- XmlSchemaGroup.cs
- FieldMetadata.cs
- KeyPressEvent.cs
- CompatibleIComparer.cs
- DictionaryEntry.cs
- cookieexception.cs
- WindowsFormsSectionHandler.cs
- XmlEntity.cs
- TextSelectionHelper.cs
- CallTemplateAction.cs
- safesecurityhelperavalon.cs
- QueryCacheKey.cs
- SuppressMessageAttribute.cs
- SpecularMaterial.cs
- XPathDocument.cs
- GeneralTransform.cs
- DataServiceConfiguration.cs
- WebPartMenuStyle.cs
- SHA1Cng.cs
- ExpressionNormalizer.cs
- TableRowCollection.cs
- TouchEventArgs.cs
- ToolboxItem.cs
- DataControlFieldCell.cs
- ZoneButton.cs
- DetailsViewRowCollection.cs
- XmlHierarchicalEnumerable.cs