Code:
/ DotNET / DotNET / 8.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; ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextPenaltyModule.cs
- SqlSelectClauseBuilder.cs
- RowUpdatingEventArgs.cs
- ProcessHostServerConfig.cs
- ThreadExceptionDialog.cs
- WindowsIPAddress.cs
- InstanceNotFoundException.cs
- CollectionBase.cs
- ScrollProperties.cs
- MethodExpression.cs
- cache.cs
- CreateUserWizardStep.cs
- SerializationObjectManager.cs
- UniqueIdentifierService.cs
- ByeOperation11AsyncResult.cs
- SoapException.cs
- MenuItemStyle.cs
- RemoteWebConfigurationHostStream.cs
- DocumentApplicationJournalEntry.cs
- GridItemProviderWrapper.cs
- RegistrySecurity.cs
- XmlSerializationWriter.cs
- DateTimeEditor.cs
- SystemIPGlobalProperties.cs
- Perspective.cs
- ByteStack.cs
- HttpCachePolicy.cs
- SelectionGlyph.cs
- StatusBarPanelClickEvent.cs
- KeyToListMap.cs
- UIElementCollection.cs
- CustomErrorsSectionWrapper.cs
- PackageDigitalSignature.cs
- PrtCap_Builder.cs
- HttpClientCredentialType.cs
- WebControlsSection.cs
- NullToBooleanConverter.cs
- MembershipPasswordException.cs
- WrappedKeySecurityTokenParameters.cs
- FunctionDetailsReader.cs
- ClientData.cs
- ItemsChangedEventArgs.cs
- RangeValidator.cs
- HwndMouseInputProvider.cs
- XmlSchemaSimpleTypeUnion.cs
- sqlnorm.cs
- FlowDocumentPaginator.cs
- Unit.cs
- FormsAuthenticationCredentials.cs
- MultiSelectRootGridEntry.cs
- IndentedWriter.cs
- ReadOnlyCollectionBase.cs
- DesignConnectionCollection.cs
- SupportsEventValidationAttribute.cs
- CheckBoxStandardAdapter.cs
- CompiledRegexRunnerFactory.cs
- ScriptRef.cs
- DataGridColumn.cs
- TextSpan.cs
- RenderingEventArgs.cs
- BaseHashHelper.cs
- DataGridItem.cs
- EventLogPermissionEntryCollection.cs
- ImpersonateTokenRef.cs
- SamlAuthenticationStatement.cs
- StrokeCollectionConverter.cs
- DataMemberConverter.cs
- CookieHandler.cs
- WebConfigurationHost.cs
- SocketCache.cs
- MD5Cng.cs
- DocComment.cs
- DataBindingHandlerAttribute.cs
- WebMessageEncodingBindingElement.cs
- DispatchChannelSink.cs
- DbUpdateCommandTree.cs
- IISMapPath.cs
- PropertyValueChangedEvent.cs
- CustomAssemblyResolver.cs
- XmlSerializerNamespaces.cs
- ToolStripItemImageRenderEventArgs.cs
- HtmlTable.cs
- SecurityContext.cs
- GridEntry.cs
- TemplateLookupAction.cs
- SelectionItemProviderWrapper.cs
- TextUtf8RawTextWriter.cs
- Package.cs
- CodeAttachEventStatement.cs
- InputLanguageCollection.cs
- VersionPair.cs
- XmlNamespaceDeclarationsAttribute.cs
- ArgumentOutOfRangeException.cs
- RowParagraph.cs
- SafeArrayRankMismatchException.cs
- XmlRawWriterWrapper.cs
- HandledEventArgs.cs
- XmlnsDictionary.cs
- MiniConstructorInfo.cs
- XsltContext.cs