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
- XmlSchemaDatatype.cs
- DetailsViewCommandEventArgs.cs
- SafeFileHandle.cs
- UIAgentAsyncBeginRequest.cs
- SafeHandle.cs
- TabPage.cs
- RegexGroup.cs
- HostedHttpRequestAsyncResult.cs
- AssemblyNameProxy.cs
- DbParameterCollectionHelper.cs
- Dump.cs
- ISFClipboardData.cs
- ValidationPropertyAttribute.cs
- TypeForwardedFromAttribute.cs
- CredentialCache.cs
- SafeFileMapViewHandle.cs
- OutputCacheSection.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- Win32KeyboardDevice.cs
- DefaultBindingPropertyAttribute.cs
- ObjectDataSourceDisposingEventArgs.cs
- ObjectQueryState.cs
- FontFamily.cs
- _NativeSSPI.cs
- GifBitmapDecoder.cs
- FolderBrowserDialog.cs
- BaseTemplateBuildProvider.cs
- SkipStoryboardToFill.cs
- TraceXPathNavigator.cs
- DomainConstraint.cs
- DrawingCollection.cs
- MergablePropertyAttribute.cs
- HostProtectionException.cs
- WindowsSlider.cs
- HttpCachePolicyElement.cs
- XmlCharCheckingReader.cs
- ExpressionVisitor.cs
- CheckPair.cs
- Int32Rect.cs
- TextTreeInsertUndoUnit.cs
- BamlVersionHeader.cs
- Vector3DValueSerializer.cs
- DesignSurface.cs
- ControlIdConverter.cs
- SQLGuid.cs
- DataGridViewUtilities.cs
- CommonObjectSecurity.cs
- XmlSchemaChoice.cs
- TcpPortSharing.cs
- ISO2022Encoding.cs
- FormatterServices.cs
- BrushMappingModeValidation.cs
- XamlTypeMapper.cs
- ProfileGroupSettings.cs
- DragCompletedEventArgs.cs
- AssociationType.cs
- CryptographicAttribute.cs
- RequestCachePolicy.cs
- EventPropertyMap.cs
- CheckableControlBaseAdapter.cs
- IHttpResponseInternal.cs
- SafeNativeMethods.cs
- JsonDataContract.cs
- Menu.cs
- login.cs
- WindowsRebar.cs
- IndexedString.cs
- ToolStripSeparatorRenderEventArgs.cs
- SqlProcedureAttribute.cs
- ClientSettings.cs
- ObjectStateFormatter.cs
- DataControlButton.cs
- MenuCommands.cs
- XmlSchemaAttributeGroupRef.cs
- Attributes.cs
- TextTreePropertyUndoUnit.cs
- XmlNodeList.cs
- ItemCheckedEvent.cs
- ThreadSafeList.cs
- AttributeInfo.cs
- LineSegment.cs
- TableLayoutSettingsTypeConverter.cs
- DependencyPropertyKey.cs
- HwndSource.cs
- VersionValidator.cs
- TextEditorTables.cs
- Normalization.cs
- Int64.cs
- TextEditorDragDrop.cs
- ReaderWriterLock.cs
- EditorPartChrome.cs
- CharacterMetricsDictionary.cs
- LogicalExpr.cs
- ResourceReferenceExpression.cs
- UnsafeNativeMethods.cs
- XsltContext.cs
- Matrix3DValueSerializer.cs
- ObservableDictionary.cs
- AsyncDataRequest.cs
- RepeaterItem.cs