Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SymmetricKey.cs
- ExceptionTrace.cs
- ObjectDataSourceFilteringEventArgs.cs
- ToolBar.cs
- CustomValidator.cs
- PositiveTimeSpanValidator.cs
- EventPrivateKey.cs
- ArgumentOutOfRangeException.cs
- AffineTransform3D.cs
- AsymmetricKeyExchangeFormatter.cs
- CircleHotSpot.cs
- SpellCheck.cs
- Exception.cs
- FixedPage.cs
- DataGridViewTopRowAccessibleObject.cs
- PerformanceCounterPermissionEntryCollection.cs
- SortedSetDebugView.cs
- WorkflowEventArgs.cs
- SQLDecimal.cs
- ProfileParameter.cs
- ContextMenuService.cs
- MostlySingletonList.cs
- FixedHighlight.cs
- XmlConvert.cs
- SafePipeHandle.cs
- DataGridViewCellStateChangedEventArgs.cs
- DeferredSelectedIndexReference.cs
- CurrentChangedEventManager.cs
- XamlSerializationHelper.cs
- StorageScalarPropertyMapping.cs
- XmlWriter.cs
- Button.cs
- BindValidator.cs
- MouseEventArgs.cs
- ThreadPool.cs
- UniqueConstraint.cs
- DiagnosticStrings.cs
- DataGridAddNewRow.cs
- XamlPoint3DCollectionSerializer.cs
- TimelineGroup.cs
- HttpModuleAction.cs
- RuntimeConfigLKG.cs
- WeakHashtable.cs
- TdsParser.cs
- WizardPanelChangingEventArgs.cs
- PolicyLevel.cs
- ListSortDescription.cs
- CubicEase.cs
- WorkflowViewManager.cs
- TextFormatterImp.cs
- ValuePattern.cs
- Rotation3D.cs
- ToolboxItemCollection.cs
- Ports.cs
- RtfToken.cs
- _ListenerResponseStream.cs
- SpotLight.cs
- InputChannelAcceptor.cs
- DomainLiteralReader.cs
- ProfileSection.cs
- ActivityWithResultValueSerializer.cs
- XmlNodeList.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- MenuItemBindingCollection.cs
- IndexedSelectQueryOperator.cs
- ButtonAutomationPeer.cs
- SectionRecord.cs
- XamlNamespaceHelper.cs
- PreviewKeyDownEventArgs.cs
- TextServicesCompartment.cs
- DecoderNLS.cs
- TriState.cs
- WindowsListView.cs
- EditorZoneDesigner.cs
- LongTypeConverter.cs
- CacheAxisQuery.cs
- RemoteArgument.cs
- Exceptions.cs
- PeerHopCountAttribute.cs
- SqlConnectionPoolGroupProviderInfo.cs
- TabletCollection.cs
- StretchValidation.cs
- ParagraphVisual.cs
- DropTarget.cs
- LocalizableAttribute.cs
- TextWriterTraceListener.cs
- NTAccount.cs
- Line.cs
- TaskCanceledException.cs
- StringUtil.cs
- XmlSchemaSimpleTypeList.cs
- CustomBindingElementCollection.cs
- List.cs
- SerializationHelper.cs
- SystemIPGlobalProperties.cs
- ColorInterpolationModeValidation.cs
- DesignerDataTableBase.cs
- EdmError.cs
- PolicyFactory.cs
- GroupBox.cs