Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaGroupRef.cs / 1 / 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
- DocumentPageHost.cs
- Decorator.cs
- TrackBarRenderer.cs
- RectAnimationClockResource.cs
- AdornedElementPlaceholder.cs
- PropertyValue.cs
- ConfigXmlReader.cs
- _IPv6Address.cs
- AssemblyHash.cs
- CodeCommentStatementCollection.cs
- FileRecordSequenceHelper.cs
- GridItem.cs
- QueryOutputWriter.cs
- SpecularMaterial.cs
- ISAPIApplicationHost.cs
- ProxyWebPartManager.cs
- DropShadowEffect.cs
- SqlCacheDependencyDatabaseCollection.cs
- _LoggingObject.cs
- BitmapFrame.cs
- ScriptingWebServicesSectionGroup.cs
- sqlnorm.cs
- BrowserCapabilitiesCodeGenerator.cs
- ResXResourceSet.cs
- EventSchemaTraceListener.cs
- LinkTarget.cs
- WebHeaderCollection.cs
- ListItem.cs
- CaseKeyBox.xaml.cs
- GeometryHitTestResult.cs
- CatalogZone.cs
- AnimationTimeline.cs
- FormatterConverter.cs
- CodeTypeConstructor.cs
- X509Chain.cs
- InvalidateEvent.cs
- Site.cs
- AxHost.cs
- Normalization.cs
- SecurityAppliedMessage.cs
- ResourceDescriptionAttribute.cs
- ConfigsHelper.cs
- ObjectAnimationUsingKeyFrames.cs
- ThicknessAnimation.cs
- WorkflowWebHostingModule.cs
- InvalidOperationException.cs
- CultureMapper.cs
- SourceChangedEventArgs.cs
- Privilege.cs
- Config.cs
- CommandEventArgs.cs
- PropertyGroupDescription.cs
- DashStyles.cs
- DictionaryEntry.cs
- ConfigurationProperty.cs
- TreeNodeCollection.cs
- ListDictionaryInternal.cs
- NoClickablePointException.cs
- CreateUserWizard.cs
- ProcessModuleCollection.cs
- ColumnResizeAdorner.cs
- SqlVersion.cs
- PackWebResponse.cs
- safelink.cs
- DataSourceExpressionCollection.cs
- NumberSubstitution.cs
- NativeMethods.cs
- InputReportEventArgs.cs
- RectangleHotSpot.cs
- ServiceReference.cs
- AutomationPropertyChangedEventArgs.cs
- Configuration.cs
- ModuleConfigurationInfo.cs
- StrongNameKeyPair.cs
- ContextItemManager.cs
- RC2CryptoServiceProvider.cs
- Helper.cs
- ArrayWithOffset.cs
- CustomAttributeBuilder.cs
- RestClientProxyHandler.cs
- GradientStop.cs
- ClientSideProviderDescription.cs
- DeploymentSection.cs
- InheritanceContextHelper.cs
- ArglessEventHandlerProxy.cs
- SoapSchemaImporter.cs
- RemotingConfigParser.cs
- EditorPart.cs
- Button.cs
- WebPartCloseVerb.cs
- InstanceLockLostException.cs
- TcpDuplicateContext.cs
- TypeSource.cs
- Executor.cs
- WeakHashtable.cs
- CallInfo.cs
- AnnotationHelper.cs
- SoapSchemaMember.cs
- DocumentXmlWriter.cs
- WaitHandleCannotBeOpenedException.cs