Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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
- __Error.cs
- CorrelationManager.cs
- SyndicationSerializer.cs
- CodeCommentStatementCollection.cs
- GridViewRowCollection.cs
- QilUnary.cs
- IResourceProvider.cs
- XmlRawWriterWrapper.cs
- OutputCacheModule.cs
- ResourceManager.cs
- WorkflowServiceHostFactory.cs
- WebPartDescription.cs
- SizeAnimationUsingKeyFrames.cs
- TraceSection.cs
- SoapExtensionReflector.cs
- SocketInformation.cs
- UriSection.cs
- ConstrainedDataObject.cs
- unsafenativemethodsother.cs
- XmlIterators.cs
- WindowsFormsSynchronizationContext.cs
- TextRange.cs
- WebBrowserEvent.cs
- UserControlParser.cs
- FormatConvertedBitmap.cs
- PolicyManager.cs
- LabelEditEvent.cs
- XamlVector3DCollectionSerializer.cs
- HostUtils.cs
- FixedBufferAttribute.cs
- CacheMemory.cs
- GridErrorDlg.cs
- DropDownHolder.cs
- DataSourceXmlAttributeAttribute.cs
- Win32KeyboardDevice.cs
- HwndTarget.cs
- JpegBitmapEncoder.cs
- ProcessRequestAsyncResult.cs
- IRCollection.cs
- SecurityManager.cs
- BitmapEditor.cs
- CustomErrorsSection.cs
- ValidatorAttribute.cs
- MembershipAdapter.cs
- XmlCharType.cs
- WindowsListBox.cs
- XmlSchemaObjectCollection.cs
- Grid.cs
- XmlArrayAttribute.cs
- SessionSwitchEventArgs.cs
- EntityDataSourceValidationException.cs
- _IPv6Address.cs
- XmlValidatingReader.cs
- XmlWrappingWriter.cs
- DisposableCollectionWrapper.cs
- ParserHooks.cs
- ObjectListField.cs
- TraceLevelStore.cs
- ActivityDesigner.cs
- ContainerUIElement3D.cs
- PeerNameResolver.cs
- IxmlLineInfo.cs
- ClosableStream.cs
- ItemCheckedEvent.cs
- UrlMappingsSection.cs
- RangeBaseAutomationPeer.cs
- TrackingCondition.cs
- DataGridViewBand.cs
- TextFindEngine.cs
- ZipIOExtraFieldPaddingElement.cs
- _NTAuthentication.cs
- DesignerVerbCollection.cs
- selecteditemcollection.cs
- AttributeUsageAttribute.cs
- ThicknessKeyFrameCollection.cs
- TemplateParser.cs
- MasterPageBuildProvider.cs
- SessionState.cs
- XPathEmptyIterator.cs
- RepeaterCommandEventArgs.cs
- SmtpFailedRecipientsException.cs
- Brush.cs
- SqlDataSourceSelectingEventArgs.cs
- WebPartZoneCollection.cs
- CompareValidator.cs
- LinkLabelLinkClickedEvent.cs
- LinearGradientBrush.cs
- SuppressMessageAttribute.cs
- ConstructorNeedsTagAttribute.cs
- WindowsEditBox.cs
- Model3DGroup.cs
- SQLDoubleStorage.cs
- WebPartExportVerb.cs
- Triplet.cs
- ObjectIDGenerator.cs
- StorageModelBuildProvider.cs
- DeliveryRequirementsAttribute.cs
- ColumnCollection.cs
- CurrentChangingEventArgs.cs
- PropertyIdentifier.cs