Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAttributeGroupRef.cs / 1305376 / XmlSchemaAttributeGroupRef.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated {
XmlQualifiedName refName = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("ref")]
public XmlQualifiedName RefName {
get { return refName; }
set { refName = (value == null ? XmlQualifiedName.Empty : value); }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAttributeGroupRef : XmlSchemaAnnotated {
XmlQualifiedName refName = XmlQualifiedName.Empty;
///
///
/// [To be supplied.]
///
[XmlAttribute("ref")]
public XmlQualifiedName RefName {
get { return refName; }
set { refName = (value == null ? XmlQualifiedName.Empty : value); }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlIlVisitor.cs
- SecureConversationSecurityTokenParameters.cs
- DesignSurface.cs
- DocumentCollection.cs
- SmtpClient.cs
- LineServices.cs
- BaseWebProxyFinder.cs
- BitmapEffect.cs
- SchemaCompiler.cs
- MembershipSection.cs
- unsafeIndexingFilterStream.cs
- ResourcesGenerator.cs
- WebConfigurationHostFileChange.cs
- Funcletizer.cs
- ServiceEndpointElement.cs
- WindowsPen.cs
- DependencyPropertyChangedEventArgs.cs
- XamlToRtfWriter.cs
- ProviderConnectionPoint.cs
- Brush.cs
- WasHostedComPlusFactory.cs
- HtmlEncodedRawTextWriter.cs
- IdentityHolder.cs
- DefaultValueTypeConverter.cs
- ObjectQueryExecutionPlan.cs
- SecurityContextSecurityTokenAuthenticator.cs
- RetrieveVirtualItemEventArgs.cs
- AtomPub10ServiceDocumentFormatter.cs
- WebPartUserCapability.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- Point.cs
- CLRBindingWorker.cs
- ProcessingInstructionAction.cs
- GroupItemAutomationPeer.cs
- documentation.cs
- NonDualMessageSecurityOverHttp.cs
- OutputCacheProfileCollection.cs
- TcpChannelHelper.cs
- DataGridViewHeaderCell.cs
- CodeMemberField.cs
- XmlArrayItemAttribute.cs
- ManualWorkflowSchedulerService.cs
- AuthenticationService.cs
- CalculatedColumn.cs
- LinkedResource.cs
- ScrollBar.cs
- XmlCompatibilityReader.cs
- PerformanceCounterPermissionEntry.cs
- BaseCodeDomTreeGenerator.cs
- SqlWebEventProvider.cs
- RelationshipManager.cs
- Dynamic.cs
- StructuralObject.cs
- ServiceMetadataExtension.cs
- LayoutExceptionEventArgs.cs
- ViewCellSlot.cs
- ParserOptions.cs
- COAUTHINFO.cs
- DragEvent.cs
- BaseCollection.cs
- HttpMethodAttribute.cs
- HeaderLabel.cs
- ToolStripItemEventArgs.cs
- AuthorizationSection.cs
- OleDbError.cs
- VoiceInfo.cs
- SqlUtils.cs
- Knowncolors.cs
- SqlConnection.cs
- DataControlFieldHeaderCell.cs
- SqlParameter.cs
- DecimalStorage.cs
- WaitHandle.cs
- SplineKeyFrames.cs
- ByteRangeDownloader.cs
- _UriSyntax.cs
- SortDescriptionCollection.cs
- UniqueCodeIdentifierScope.cs
- Currency.cs
- smtpconnection.cs
- CharacterBuffer.cs
- ToolstripProfessionalRenderer.cs
- ToolBar.cs
- RSAProtectedConfigurationProvider.cs
- SettingsAttributes.cs
- CacheMemory.cs
- VarInfo.cs
- cookie.cs
- GeneralTransformGroup.cs
- CqlErrorHelper.cs
- MarshalByRefObject.cs
- WebErrorHandler.cs
- TypeLibConverter.cs
- VisualTreeUtils.cs
- EditorAttribute.cs
- IdnMapping.cs
- ButtonColumn.cs
- PrintEvent.cs
- DispatcherTimer.cs
- initElementDictionary.cs