Code:
/ DotNET / DotNET / 8.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
- SafeNativeMethods.cs
- _AutoWebProxyScriptHelper.cs
- RequestCacheEntry.cs
- Command.cs
- BufferAllocator.cs
- DependencyObject.cs
- UndirectedGraph.cs
- EntityConnectionStringBuilder.cs
- TogglePatternIdentifiers.cs
- MetafileHeaderWmf.cs
- HandlerFactoryCache.cs
- ResourceDisplayNameAttribute.cs
- Point.cs
- DescendantQuery.cs
- XmlTextReaderImplHelpers.cs
- Convert.cs
- PackagePart.cs
- DataObjectPastingEventArgs.cs
- EventLogEntryCollection.cs
- WsdlBuildProvider.cs
- SafeTokenHandle.cs
- WmlCalendarAdapter.cs
- XmlElementAttribute.cs
- TextBox.cs
- HtmlInputText.cs
- ErrorStyle.cs
- ObjectConverter.cs
- ReferentialConstraint.cs
- ServerIdentity.cs
- Package.cs
- DependencyObjectType.cs
- DataGridViewColumnEventArgs.cs
- ProtectedConfigurationSection.cs
- Mutex.cs
- PerspectiveCamera.cs
- RegexBoyerMoore.cs
- CodeFieldReferenceExpression.cs
- AuthenticationModulesSection.cs
- WindowsSolidBrush.cs
- ApplicationSecurityInfo.cs
- SmtpReplyReader.cs
- DigestTraceRecordHelper.cs
- SimpleHandlerFactory.cs
- SQLByte.cs
- LogExtentCollection.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- ReferenceConverter.cs
- _HeaderInfo.cs
- Vector3dCollection.cs
- DataGridViewAdvancedBorderStyle.cs
- SecurityTokenRequirement.cs
- XPathMessageFilterElement.cs
- DocumentSequence.cs
- ConfigurationLoader.cs
- EventSchemaTraceListener.cs
- SetStoryboardSpeedRatio.cs
- ImageAutomationPeer.cs
- _ConnectOverlappedAsyncResult.cs
- DispatcherProcessingDisabled.cs
- GenericAuthenticationEventArgs.cs
- XhtmlConformanceSection.cs
- RoutedEventHandlerInfo.cs
- Bezier.cs
- OracleInfoMessageEventArgs.cs
- SafeNativeMethods.cs
- CodeDOMUtility.cs
- SynchronizationContext.cs
- IItemProperties.cs
- Filter.cs
- ClientSettingsSection.cs
- SingleConverter.cs
- BeginStoryboard.cs
- SessionStateSection.cs
- XmlEntityReference.cs
- ResolveMatchesMessageCD1.cs
- BamlResourceDeserializer.cs
- ModelUIElement3D.cs
- WsatTransactionInfo.cs
- HttpAsyncResult.cs
- ITreeGenerator.cs
- PrefixHandle.cs
- DbConnectionClosed.cs
- ThemeDirectoryCompiler.cs
- DataGridViewTopLeftHeaderCell.cs
- DataGridColumnCollection.cs
- SearchExpression.cs
- EntityTypeBase.cs
- HostedHttpContext.cs
- StatusStrip.cs
- SourceFileBuildProvider.cs
- CryptoStream.cs
- GeneralTransform.cs
- ProfileGroupSettings.cs
- GorillaCodec.cs
- MetadataItem_Static.cs
- PathData.cs
- JsonWriter.cs
- ConnectionInterfaceCollection.cs
- Substitution.cs
- CqlErrorHelper.cs