Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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
- MatrixStack.cs
- Style.cs
- GridItemCollection.cs
- Exception.cs
- HttpCacheVaryByContentEncodings.cs
- IndexedGlyphRun.cs
- TimeSpanMinutesConverter.cs
- ProxyGenerationError.cs
- CallbackDebugElement.cs
- UriWriter.cs
- ManagementEventArgs.cs
- VirtualDirectoryMapping.cs
- sqlcontext.cs
- shaperfactory.cs
- MatrixTransform3D.cs
- CatalogZone.cs
- SqlRowUpdatingEvent.cs
- TypeUnloadedException.cs
- SqlNotificationRequest.cs
- OleDbRowUpdatedEvent.cs
- NativeMethods.cs
- Calendar.cs
- PageBreakRecord.cs
- RuleElement.cs
- QilGeneratorEnv.cs
- Win32SafeHandles.cs
- BindingExpression.cs
- KeyValuePairs.cs
- Sequence.cs
- Double.cs
- ContentType.cs
- TableStyle.cs
- AlignmentXValidation.cs
- AdornerPresentationContext.cs
- DataSetUtil.cs
- AddInDeploymentState.cs
- EmptyReadOnlyDictionaryInternal.cs
- WizardSideBarListControlItem.cs
- ListViewGroupItemCollection.cs
- Win32MouseDevice.cs
- GB18030Encoding.cs
- DataViewListener.cs
- DateTimeFormat.cs
- WindowsFormsSectionHandler.cs
- DataGridViewColumnCollectionEditor.cs
- SymLanguageVendor.cs
- CaseInsensitiveHashCodeProvider.cs
- FileSystemInfo.cs
- ObjectStorage.cs
- MSAAEventDispatcher.cs
- RMPublishingDialog.cs
- HuffmanTree.cs
- MultiTrigger.cs
- CompModHelpers.cs
- ToolStripControlHost.cs
- InheritanceContextChangedEventManager.cs
- TableLayout.cs
- XmlComment.cs
- AttributeEmitter.cs
- Int32.cs
- PanelStyle.cs
- BinaryFormatterWriter.cs
- updatecommandorderer.cs
- CharStorage.cs
- ImmutablePropertyDescriptorGridEntry.cs
- SafeNativeMethodsOther.cs
- CodeParameterDeclarationExpression.cs
- StylusLogic.cs
- ObjectConverter.cs
- NetworkInformationPermission.cs
- ListParagraph.cs
- TypeLoadException.cs
- TypeRestriction.cs
- PolyLineSegment.cs
- peernodeimplementation.cs
- PropertyGeneratedEventArgs.cs
- HTTPNotFoundHandler.cs
- Environment.cs
- TextBox.cs
- ContextStack.cs
- RootBrowserWindowAutomationPeer.cs
- LabelEditEvent.cs
- XslTransform.cs
- AdornerHitTestResult.cs
- EventsTab.cs
- AVElementHelper.cs
- lengthconverter.cs
- HttpRawResponse.cs
- XsdCachingReader.cs
- _WinHttpWebProxyDataBuilder.cs
- Helper.cs
- DBConnection.cs
- ResourceSet.cs
- ListItemParagraph.cs
- returneventsaver.cs
- SecurityKeyIdentifier.cs
- PageCodeDomTreeGenerator.cs
- DataGridViewMethods.cs
- HyperLinkStyle.cs
- UnsafeNativeMethods.cs