Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- BindingWorker.cs
- TextDecorationCollection.cs
- RepeatInfo.cs
- ToolStripTemplateNode.cs
- SqlPersonalizationProvider.cs
- RadioButtonFlatAdapter.cs
- JsonReader.cs
- ContextStaticAttribute.cs
- SimpleExpression.cs
- WebPartManager.cs
- SafeReadContext.cs
- comcontractssection.cs
- PkcsMisc.cs
- RefType.cs
- ReflectPropertyDescriptor.cs
- X509ChainPolicy.cs
- LinqExpressionNormalizer.cs
- ZipArchive.cs
- SqlProfileProvider.cs
- ScriptReference.cs
- RadioButton.cs
- ToolStripPanel.cs
- ResourceCollectionInfo.cs
- Deflater.cs
- DiscoveryInnerClientAdhoc11.cs
- CollectionChangedEventManager.cs
- XmlCharCheckingWriter.cs
- ValueQuery.cs
- LinqDataSource.cs
- HostingEnvironmentException.cs
- Assembly.cs
- RoutedEventConverter.cs
- ReflectEventDescriptor.cs
- BaseCodeDomTreeGenerator.cs
- CustomExpressionEventArgs.cs
- RtfNavigator.cs
- SizeLimitedCache.cs
- NativeMethods.cs
- WindowsIdentity.cs
- DelegatedStream.cs
- XmlAutoDetectWriter.cs
- DataGridViewButtonColumn.cs
- ValidationError.cs
- SmtpDateTime.cs
- EmptyControlCollection.cs
- TransformationRules.cs
- SmtpTransport.cs
- ImageFormatConverter.cs
- RunInstallerAttribute.cs
- Storyboard.cs
- XmlnsDefinitionAttribute.cs
- AsyncDataRequest.cs
- CommandHelpers.cs
- DerivedKeySecurityToken.cs
- IdentityValidationException.cs
- ResourceKey.cs
- ProjectionCamera.cs
- keycontainerpermission.cs
- LocationReference.cs
- JpegBitmapDecoder.cs
- PresentationTraceSources.cs
- HostingPreferredMapPath.cs
- CodePrimitiveExpression.cs
- MessageSecurityOverMsmq.cs
- initElementDictionary.cs
- SecurityMessageProperty.cs
- XmlArrayAttribute.cs
- StringValueConverter.cs
- TextEditorCopyPaste.cs
- OleDbCommand.cs
- InstanceKeyCollisionException.cs
- SignedInfo.cs
- LinkedList.cs
- TypeTypeConverter.cs
- DesignerSerializationVisibilityAttribute.cs
- DataKeyCollection.cs
- EntityModelBuildProvider.cs
- SvcMapFile.cs
- ExpressionBuilder.cs
- MessageQueueTransaction.cs
- ImageSourceConverter.cs
- BuildManagerHost.cs
- PageContentCollection.cs
- UseLicense.cs
- SingleTagSectionHandler.cs
- JoinTreeSlot.cs
- RawStylusActions.cs
- documentsequencetextpointer.cs
- AnchoredBlock.cs
- Publisher.cs
- TableStyle.cs
- InvokePatternIdentifiers.cs
- XmlCDATASection.cs
- AddInContractAttribute.cs
- ManagementNamedValueCollection.cs
- Stack.cs
- SqlError.cs
- Rect.cs
- TreeWalkHelper.cs
- CompatibleIComparer.cs