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
- TextCharacters.cs
- DesignerCommandAdapter.cs
- Component.cs
- SafeRightsManagementQueryHandle.cs
- ObfuscateAssemblyAttribute.cs
- DataGridLength.cs
- ToolStripItemEventArgs.cs
- SafeHandles.cs
- WebPartDisplayModeCollection.cs
- Cursor.cs
- SiteMapNode.cs
- WrappedIUnknown.cs
- cookie.cs
- ButtonColumn.cs
- DbProviderFactory.cs
- ItemList.cs
- DesignTimeParseData.cs
- FlagsAttribute.cs
- _emptywebproxy.cs
- WindowsAuthenticationEventArgs.cs
- WindowsAuthenticationModule.cs
- SQLDateTimeStorage.cs
- MatrixTransform.cs
- ButtonStandardAdapter.cs
- DataExpression.cs
- LoginUtil.cs
- LineGeometry.cs
- processwaithandle.cs
- ClonableStack.cs
- XmlDataContract.cs
- ToolStripPanel.cs
- ChangeNode.cs
- XmlDomTextWriter.cs
- PathGradientBrush.cs
- AssemblyAssociatedContentFileAttribute.cs
- EventlogProvider.cs
- XmlAttributeProperties.cs
- StringOutput.cs
- PersonalizationStateInfo.cs
- WebPartVerb.cs
- BooleanConverter.cs
- ListDictionaryInternal.cs
- WindowsListViewScroll.cs
- TreeNodeStyleCollection.cs
- ServiceDescription.cs
- SchemaConstraints.cs
- SelectedGridItemChangedEvent.cs
- OutputScopeManager.cs
- TypeUnloadedException.cs
- SqlDataSourceQueryConverter.cs
- DateTimeValueSerializerContext.cs
- DebuggerAttributes.cs
- PrintPageEvent.cs
- OutKeywords.cs
- Queue.cs
- StorageEntitySetMapping.cs
- DbModificationClause.cs
- SqlBooleanMismatchVisitor.cs
- XamlContextStack.cs
- RuntimeCompatibilityAttribute.cs
- Bidi.cs
- UnionExpr.cs
- PrintDialog.cs
- DigitShape.cs
- SqlDuplicator.cs
- ListView.cs
- RequestCacheValidator.cs
- CrossAppDomainChannel.cs
- RequestCachingSection.cs
- SqlUserDefinedTypeAttribute.cs
- StatusBarItem.cs
- TreeViewCancelEvent.cs
- AQNBuilder.cs
- Variant.cs
- Invariant.cs
- MenuTracker.cs
- HybridDictionary.cs
- DbParameterHelper.cs
- PermissionSet.cs
- FacetValues.cs
- SamlNameIdentifierClaimResource.cs
- TypeExtension.cs
- ManipulationStartedEventArgs.cs
- ChannelServices.cs
- RemotingConfigParser.cs
- SplineKeyFrames.cs
- HtmlObjectListAdapter.cs
- AutoGeneratedField.cs
- PackUriHelper.cs
- PageStatePersister.cs
- PopupRootAutomationPeer.cs
- RuntimeArgumentHandle.cs
- BinaryUtilClasses.cs
- RemotingConfiguration.cs
- KeyTimeConverter.cs
- QuaternionRotation3D.cs
- SqlBulkCopyColumnMapping.cs
- XmlMemberMapping.cs
- Unit.cs
- Rotation3DKeyFrameCollection.cs