Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- MdiWindowListStrip.cs
- WindowsEditBoxRange.cs
- TextServicesManager.cs
- ComboBoxItem.cs
- RequestUriProcessor.cs
- GuidelineCollection.cs
- DocumentOrderQuery.cs
- FocusTracker.cs
- ScrollPatternIdentifiers.cs
- ProcessHostConfigUtils.cs
- BitmapEffectGroup.cs
- WinEventWrap.cs
- RNGCryptoServiceProvider.cs
- BamlWriter.cs
- HwndKeyboardInputProvider.cs
- ListViewInsertedEventArgs.cs
- TCPListener.cs
- EpmContentSerializer.cs
- XmlSchemaSet.cs
- VolatileEnlistmentMultiplexing.cs
- ContainerAction.cs
- OleDbWrapper.cs
- DBCSCodePageEncoding.cs
- BeginStoryboard.cs
- HtmlInputRadioButton.cs
- EventTrigger.cs
- EventWaitHandleSecurity.cs
- TargetParameterCountException.cs
- NullableBoolConverter.cs
- DataPagerCommandEventArgs.cs
- ExpressionList.cs
- RichTextBox.cs
- HighlightVisual.cs
- Page.cs
- Vector3DKeyFrameCollection.cs
- FormattedTextSymbols.cs
- AnnotationAdorner.cs
- UserMapPath.cs
- Rect3DValueSerializer.cs
- ParseChildrenAsPropertiesAttribute.cs
- ComponentCollection.cs
- LineBreak.cs
- SimpleTypeResolver.cs
- ThreadInterruptedException.cs
- WindowsStatusBar.cs
- ProviderConnectionPoint.cs
- PrintEvent.cs
- SqlMethods.cs
- DefaultSerializationProviderAttribute.cs
- TextAnchor.cs
- CharUnicodeInfo.cs
- Margins.cs
- DataGridViewImageCell.cs
- StateMachineHelpers.cs
- ImageList.cs
- Regex.cs
- DataViewSettingCollection.cs
- Paragraph.cs
- XamlParser.cs
- EmbeddedMailObjectsCollection.cs
- ResourceManager.cs
- Normalization.cs
- SamlDelegatingWriter.cs
- DesignerEventService.cs
- HtmlShim.cs
- Crc32.cs
- TextDecorationUnitValidation.cs
- TypeLibConverter.cs
- AsyncCodeActivityContext.cs
- TabPage.cs
- SqlGatherProducedAliases.cs
- COM2ColorConverter.cs
- FrameworkTextComposition.cs
- FormsAuthenticationEventArgs.cs
- CompositeActivityCodeGenerator.cs
- RequestCacheManager.cs
- EncoderNLS.cs
- EditingCommands.cs
- HopperCache.cs
- CreateUserErrorEventArgs.cs
- DecimalFormatter.cs
- Vector3DAnimationUsingKeyFrames.cs
- TextDecoration.cs
- ComponentRenameEvent.cs
- ComponentDispatcherThread.cs
- PeerApplicationLaunchInfo.cs
- TextStore.cs
- VoiceInfo.cs
- TableCellCollection.cs
- VoiceChangeEventArgs.cs
- MappingModelBuildProvider.cs
- XomlCompiler.cs
- DetailsViewModeEventArgs.cs
- MarkupCompiler.cs
- WindowsClientElement.cs
- RequestedSignatureDialog.cs
- ScrollContentPresenter.cs
- PropertyDescriptors.cs
- ListViewHitTestInfo.cs
- WebCodeGenerator.cs