Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaGroupRef.cs / 1305376 / XmlSchemaGroupRef.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaGroupRef : XmlSchemaParticle {
XmlQualifiedName refName = XmlQualifiedName.Empty;
XmlSchemaGroupBase particle;
XmlSchemaGroup refined;
///
///
/// [To be supplied.]
///
[XmlAttribute("ref")]
public XmlQualifiedName RefName {
get { return refName; }
set { refName = (value == null ? XmlQualifiedName.Empty : value); }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaGroupBase Particle {
get { return particle; }
}
internal void SetParticle(XmlSchemaGroupBase value) {
particle = value;
}
[XmlIgnore]
internal XmlSchemaGroup Redefined {
get { return refined; }
set { refined = 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 XmlSchemaGroupRef : XmlSchemaParticle {
XmlQualifiedName refName = XmlQualifiedName.Empty;
XmlSchemaGroupBase particle;
XmlSchemaGroup refined;
///
///
/// [To be supplied.]
///
[XmlAttribute("ref")]
public XmlQualifiedName RefName {
get { return refName; }
set { refName = (value == null ? XmlQualifiedName.Empty : value); }
}
///
///
/// [To be supplied.]
///
[XmlIgnore]
public XmlSchemaGroupBase Particle {
get { return particle; }
}
internal void SetParticle(XmlSchemaGroupBase value) {
particle = value;
}
[XmlIgnore]
internal XmlSchemaGroup Redefined {
get { return refined; }
set { refined = 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
- ProxyManager.cs
- SqlTriggerContext.cs
- FormClosingEvent.cs
- LinearKeyFrames.cs
- ScriptControl.cs
- FormCollection.cs
- TdsParserStaticMethods.cs
- ValueExpressions.cs
- DbBuffer.cs
- FileRecordSequenceCompletedAsyncResult.cs
- RegisteredDisposeScript.cs
- DurableOperationAttribute.cs
- ToolStripItem.cs
- FilterEventArgs.cs
- FileDialogCustomPlacesCollection.cs
- PersonalizablePropertyEntry.cs
- SqlDataSourceCustomCommandPanel.cs
- SAPIEngineTypes.cs
- CollectionsUtil.cs
- ImageEditor.cs
- CheckBox.cs
- SEHException.cs
- Transform3D.cs
- TypeDescriptor.cs
- ObjectDataSourceMethodEventArgs.cs
- RSAPKCS1SignatureFormatter.cs
- Stopwatch.cs
- RequestUriProcessor.cs
- XmlWellformedWriter.cs
- SmtpReplyReader.cs
- ColorConverter.cs
- MergePropertyDescriptor.cs
- DbMetaDataColumnNames.cs
- MultilineStringConverter.cs
- XmlNotation.cs
- SpeakProgressEventArgs.cs
- DbConnectionPoolGroup.cs
- IndentedWriter.cs
- FrameworkObject.cs
- TreeNodeStyle.cs
- XmlConvert.cs
- DuplexSecurityProtocolFactory.cs
- fixedPageContentExtractor.cs
- GridView.cs
- OdbcErrorCollection.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- BufferModeSettings.cs
- PropVariant.cs
- DynamicQueryableWrapper.cs
- _SafeNetHandles.cs
- TiffBitmapEncoder.cs
- StateInitialization.cs
- NameValueConfigurationElement.cs
- ColorAnimation.cs
- PersonalizableTypeEntry.cs
- ContentType.cs
- ProjectionPath.cs
- OleDbInfoMessageEvent.cs
- BitmapCodecInfo.cs
- HtmlInputHidden.cs
- wgx_render.cs
- ControlFilterExpression.cs
- TreeNodeBindingCollection.cs
- IdnMapping.cs
- SafeRightsManagementHandle.cs
- XNodeNavigator.cs
- PatternMatcher.cs
- PerSessionInstanceContextProvider.cs
- OneOf.cs
- CatalogPartChrome.cs
- AsyncDataRequest.cs
- WebConvert.cs
- DbConnectionPoolCounters.cs
- EventEntry.cs
- InlineUIContainer.cs
- XmlNamespaceDeclarationsAttribute.cs
- PermissionSetTriple.cs
- SubstitutionResponseElement.cs
- PeerCollaborationPermission.cs
- SerialReceived.cs
- IdnElement.cs
- XmlWellformedWriter.cs
- PanelStyle.cs
- remotingproxy.cs
- SqlBooleanizer.cs
- ValueProviderWrapper.cs
- WebBrowserUriTypeConverter.cs
- ParallelRangeManager.cs
- ConnectionStringsSection.cs
- ListViewAutomationPeer.cs
- CodeTryCatchFinallyStatement.cs
- HttpStreamXmlDictionaryWriter.cs
- LinkLabel.cs
- HostSecurityManager.cs
- WindowsIdentity.cs
- storepermission.cs
- SR.cs
- DefaultPrintController.cs
- AuthenticationSection.cs
- IApplicationTrustManager.cs