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
- WebScriptMetadataMessageEncoderFactory.cs
- mediaeventargs.cs
- SafeCryptoHandles.cs
- XamlFigureLengthSerializer.cs
- GeometryCollection.cs
- MimeXmlReflector.cs
- TargetControlTypeAttribute.cs
- NullableIntAverageAggregationOperator.cs
- KeyValuePairs.cs
- ObjectStateEntry.cs
- SpotLight.cs
- Metafile.cs
- CertificateReferenceElement.cs
- XslNumber.cs
- GenerateScriptTypeAttribute.cs
- Brush.cs
- GradientStop.cs
- XPathPatternBuilder.cs
- BuildProvider.cs
- WinEventHandler.cs
- CustomAttributeBuilder.cs
- XmlWriterDelegator.cs
- Animatable.cs
- COSERVERINFO.cs
- DataGridViewToolTip.cs
- DisplayInformation.cs
- StorageComplexTypeMapping.cs
- Convert.cs
- MLangCodePageEncoding.cs
- RootAction.cs
- ErrorsHelper.cs
- ExecutionContext.cs
- ChangeInterceptorAttribute.cs
- XLinq.cs
- ControlIdConverter.cs
- DocumentReferenceCollection.cs
- AnimationClockResource.cs
- PersonalizationStateQuery.cs
- DataBindingCollection.cs
- XmlEntityReference.cs
- PeerValidationBehavior.cs
- CompositeScriptReferenceEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- ResourceCollectionInfo.cs
- NamespaceEmitter.cs
- LockRecursionException.cs
- ContentPosition.cs
- EventMap.cs
- ImportStoreException.cs
- autovalidator.cs
- TraceContextEventArgs.cs
- InvalidFilterCriteriaException.cs
- ToolStripDropDownItemDesigner.cs
- RootProfilePropertySettingsCollection.cs
- Constraint.cs
- DBBindings.cs
- InfoCardRequestException.cs
- DataTableMappingCollection.cs
- CollectionsUtil.cs
- SqlCommandSet.cs
- Visual3D.cs
- CodeNamespaceImportCollection.cs
- ComProxy.cs
- ContextStack.cs
- ButtonChrome.cs
- DnsPermission.cs
- FloaterBaseParaClient.cs
- TextRangeEditLists.cs
- HwndKeyboardInputProvider.cs
- CodeAttributeDeclarationCollection.cs
- RemotingHelper.cs
- TraceData.cs
- MatrixTransform.cs
- Canvas.cs
- InputBindingCollection.cs
- AxWrapperGen.cs
- InternalConfigRoot.cs
- InputReportEventArgs.cs
- Pointer.cs
- Tile.cs
- OdbcCommand.cs
- FontInfo.cs
- XamlTemplateSerializer.cs
- _ProxyChain.cs
- SelectionProviderWrapper.cs
- OracleRowUpdatingEventArgs.cs
- IisTraceListener.cs
- Pts.cs
- FlowLayout.cs
- shaperfactoryquerycacheentry.cs
- XamlFilter.cs
- CategoryAttribute.cs
- Help.cs
- IdentityModelStringsVersion1.cs
- FormatVersion.cs
- ResourceDisplayNameAttribute.cs
- SpeechSynthesizer.cs
- SerializationEventsCache.cs
- AsyncOperation.cs
- ToolStripPanelRow.cs