Code:
/ 4.0 / 4.0 / 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.] ///// 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
- PermissionSetEnumerator.cs
- AnnotationResourceChangedEventArgs.cs
- SimpleWebHandlerParser.cs
- Menu.cs
- ExpressionBindingCollection.cs
- BindingCompleteEventArgs.cs
- BitmapFrameDecode.cs
- ObjectQuery_EntitySqlExtensions.cs
- HttpWrapper.cs
- ToolStripDropDownClosingEventArgs.cs
- PrinterResolution.cs
- ImageConverter.cs
- FontWeights.cs
- MoveSizeWinEventHandler.cs
- TreeNodeClickEventArgs.cs
- StorageEntityContainerMapping.cs
- SettingsPropertyWrongTypeException.cs
- OutputCacheProfileCollection.cs
- _CacheStreams.cs
- SchemaDeclBase.cs
- mil_sdk_version.cs
- _LocalDataStore.cs
- Addressing.cs
- ConfigurationValidatorBase.cs
- DataRow.cs
- NamedPipeChannelListener.cs
- DesignTimeParseData.cs
- ButtonBaseAdapter.cs
- SectionRecord.cs
- PartialList.cs
- GacUtil.cs
- RegexCompiler.cs
- ViewStateModeByIdAttribute.cs
- SoapSchemaImporter.cs
- PageAdapter.cs
- DockEditor.cs
- RenderOptions.cs
- FixUp.cs
- WindowsContainer.cs
- _DisconnectOverlappedAsyncResult.cs
- XmlJsonWriter.cs
- BindingOperations.cs
- HyperLinkColumn.cs
- TrackingMemoryStreamFactory.cs
- RadioButtonList.cs
- InheritablePropertyChangeInfo.cs
- OperatingSystemVersionCheck.cs
- ProcessHostServerConfig.cs
- ClientFormsIdentity.cs
- TypeElementCollection.cs
- ClientTargetSection.cs
- ApplicationActivator.cs
- NominalTypeEliminator.cs
- PassportIdentity.cs
- SafeCryptoHandles.cs
- CreatingCookieEventArgs.cs
- DropShadowBitmapEffect.cs
- RecordBuilder.cs
- StateRuntime.cs
- XPathPatternBuilder.cs
- SuppressMessageAttribute.cs
- TreeViewDataItemAutomationPeer.cs
- UnrecognizedPolicyAssertionElement.cs
- TypeDelegator.cs
- NumberSubstitution.cs
- XmlSchemaException.cs
- DataGridDesigner.cs
- DiscoveryClientElement.cs
- SelectionPatternIdentifiers.cs
- ResourceCategoryAttribute.cs
- AttributeCollection.cs
- CircleHotSpot.cs
- BuildProvider.cs
- LinqToSqlWrapper.cs
- EntityContainerEntitySet.cs
- AxDesigner.cs
- ScalarType.cs
- LayoutDump.cs
- ProjectionPathSegment.cs
- DefaultMergeHelper.cs
- Convert.cs
- ByteKeyFrameCollection.cs
- CookielessHelper.cs
- UnSafeCharBuffer.cs
- TextBoxBase.cs
- EntityStoreSchemaGenerator.cs
- OdbcEnvironmentHandle.cs
- DbProviderManifest.cs
- GridViewSortEventArgs.cs
- InkPresenterAutomationPeer.cs
- EntityDataSourceUtil.cs
- EnvironmentPermission.cs
- DeviceOverridableAttribute.cs
- PlanCompilerUtil.cs
- WebScriptClientGenerator.cs
- ShimAsPublicXamlType.cs
- FocusChangedEventArgs.cs
- SelectedGridItemChangedEvent.cs
- XsltInput.cs
- DragDrop.cs