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
- PrintEvent.cs
- ConstructorNeedsTagAttribute.cs
- DbMetaDataColumnNames.cs
- CodeSnippetCompileUnit.cs
- MethodRental.cs
- DataError.cs
- BindingCompleteEventArgs.cs
- Model3D.cs
- WindowsComboBox.cs
- Choices.cs
- SelfIssuedAuthProofToken.cs
- StrokeFIndices.cs
- SoapFaultCodes.cs
- ShaderEffect.cs
- SqlNotificationRequest.cs
- Rfc2898DeriveBytes.cs
- RelatedCurrencyManager.cs
- SqlNodeAnnotation.cs
- CodeCompiler.cs
- DateTimeConverter.cs
- InputProcessorProfiles.cs
- SynchronizationContextHelper.cs
- _SingleItemRequestCache.cs
- WmfPlaceableFileHeader.cs
- TdsRecordBufferSetter.cs
- ComponentDispatcher.cs
- SystemIPGlobalStatistics.cs
- FileDetails.cs
- UInt16Converter.cs
- XmlWhitespace.cs
- Vector3DValueSerializer.cs
- IgnorePropertiesAttribute.cs
- WebPartEditorCancelVerb.cs
- ContentPlaceHolderDesigner.cs
- ParagraphVisual.cs
- GPPOINTF.cs
- XmlKeywords.cs
- Select.cs
- EncryptedKey.cs
- BaseResourcesBuildProvider.cs
- HwndAppCommandInputProvider.cs
- X509RawDataKeyIdentifierClause.cs
- SqlProcedureAttribute.cs
- CategoryNameCollection.cs
- ToolbarAUtomationPeer.cs
- HtmlInputPassword.cs
- XmlValueConverter.cs
- ZoneMembershipCondition.cs
- FaultDescription.cs
- UidManager.cs
- ThreadExceptionDialog.cs
- OutputCacheProfile.cs
- Stack.cs
- EDesignUtil.cs
- ConfigXmlComment.cs
- SelectedCellsCollection.cs
- DataGridViewImageColumn.cs
- CreateSequenceResponse.cs
- HttpClientCertificate.cs
- StringConverter.cs
- SimpleHandlerFactory.cs
- StatusBarPanelClickEvent.cs
- UrlPath.cs
- PeerNameRecordCollection.cs
- EntityRecordInfo.cs
- DrawingGroupDrawingContext.cs
- WpfWebRequestHelper.cs
- TypeSystem.cs
- PackWebRequest.cs
- EndpointInfo.cs
- DispatcherSynchronizationContext.cs
- SchemaType.cs
- SecUtil.cs
- Repeater.cs
- TaskDesigner.cs
- CompilationSection.cs
- SHA1Managed.cs
- ZipIOExtraFieldPaddingElement.cs
- SimpleWorkerRequest.cs
- MultiSelectRootGridEntry.cs
- ObjectListDataBindEventArgs.cs
- ConfigurationLockCollection.cs
- Base64Stream.cs
- TextLineBreak.cs
- ContentWrapperAttribute.cs
- MDIControlStrip.cs
- RuleSetDialog.cs
- FontStyleConverter.cs
- DbConnectionPoolIdentity.cs
- FormViewInsertedEventArgs.cs
- XmlWriterDelegator.cs
- ImageCodecInfo.cs
- DataGridViewCellCancelEventArgs.cs
- ChangePassword.cs
- Page.cs
- ConfigurationSettings.cs
- IndexOutOfRangeException.cs
- AssemblyResourceLoader.cs
- ZoomPercentageConverter.cs
- DependencyObjectType.cs