Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaGroupRef.cs / 1305376 / 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CLRBindingWorker.cs
- ConvertBinder.cs
- WpfKnownType.cs
- DoubleAnimationUsingKeyFrames.cs
- AutoGeneratedFieldProperties.cs
- WindowsClaimSet.cs
- CompilerScopeManager.cs
- ReaderWriterLockWrapper.cs
- VariableQuery.cs
- WhitespaceRuleReader.cs
- ProtocolsConfigurationHandler.cs
- ObjectQueryExecutionPlan.cs
- XmlTextReaderImpl.cs
- ListViewCommandEventArgs.cs
- BindingCompleteEventArgs.cs
- JoinGraph.cs
- XmlDataSourceView.cs
- UrlPropertyAttribute.cs
- ThreadInterruptedException.cs
- MailWebEventProvider.cs
- TitleStyle.cs
- XmlSchemaAny.cs
- IssuedTokenParametersEndpointAddressElement.cs
- GridViewAutomationPeer.cs
- ControlEvent.cs
- ScriptManagerProxy.cs
- MembershipPasswordException.cs
- LineInfo.cs
- SqlUtils.cs
- TextParagraph.cs
- PropertyGridCommands.cs
- SearchForVirtualItemEventArgs.cs
- RealizationDrawingContextWalker.cs
- Types.cs
- WindowsRichEdit.cs
- ExtensionWindowHeader.cs
- AnimatedTypeHelpers.cs
- BitHelper.cs
- TextTreeTextElementNode.cs
- StateWorkerRequest.cs
- embossbitmapeffect.cs
- NewExpression.cs
- SecurityState.cs
- BadImageFormatException.cs
- ViewDesigner.cs
- GridViewColumn.cs
- Positioning.cs
- XmlEntityReference.cs
- DataGridPageChangedEventArgs.cs
- InputLangChangeRequestEvent.cs
- DataServiceKeyAttribute.cs
- CopyAttributesAction.cs
- PublisherIdentityPermission.cs
- ProfileGroupSettingsCollection.cs
- Light.cs
- ObjectReferenceStack.cs
- ErrorWrapper.cs
- ScrollChangedEventArgs.cs
- WsdlInspector.cs
- infer.cs
- PerfCounterSection.cs
- PublisherMembershipCondition.cs
- MetaModel.cs
- HtmlEncodedRawTextWriter.cs
- X509Extension.cs
- QilFactory.cs
- ADMembershipUser.cs
- MergablePropertyAttribute.cs
- COM2FontConverter.cs
- DataTableCollection.cs
- CollectionsUtil.cs
- Margins.cs
- DataGridViewButtonCell.cs
- WebServiceData.cs
- OnOperation.cs
- CompleteWizardStep.cs
- XpsThumbnail.cs
- _Semaphore.cs
- CodeSnippetCompileUnit.cs
- Ipv6Element.cs
- Button.cs
- DiscoveryEndpointValidator.cs
- AvtEvent.cs
- BigInt.cs
- NullableLongAverageAggregationOperator.cs
- SecurityUtils.cs
- NavigationPropertyEmitter.cs
- CompositeActivityDesigner.cs
- CodeTypeParameterCollection.cs
- TransformerTypeCollection.cs
- ConfigXmlWhitespace.cs
- PhoneCall.cs
- GregorianCalendar.cs
- AssemblyHash.cs
- TableStyle.cs
- CdpEqualityComparer.cs
- ControlTemplate.cs
- RelationshipEndCollection.cs
- CompressEmulationStream.cs
- UriWriter.cs