Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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
- ObjectCloneHelper.cs
- CurrencyManager.cs
- RepeatButton.cs
- SecurityHeaderElementInferenceEngine.cs
- URL.cs
- TemplateParser.cs
- SqlEnums.cs
- XamlVector3DCollectionSerializer.cs
- XmlBinaryReader.cs
- ThreadStaticAttribute.cs
- TcpStreams.cs
- CircleHotSpot.cs
- RequestContextBase.cs
- IDReferencePropertyAttribute.cs
- RuleConditionDialog.cs
- ImageSourceConverter.cs
- AlternateView.cs
- Wizard.cs
- _TLSstream.cs
- SQLUtility.cs
- UnmanagedHandle.cs
- SecurityAlgorithmSuite.cs
- CodePrimitiveExpression.cs
- UrlPath.cs
- Expression.cs
- webclient.cs
- CodeAccessSecurityEngine.cs
- MaterialCollection.cs
- Geometry3D.cs
- InstancePersistenceException.cs
- WindowsListViewScroll.cs
- CodeDirectionExpression.cs
- BitConverter.cs
- XmlIgnoreAttribute.cs
- DataControlFieldCell.cs
- SQLSingleStorage.cs
- EpmCustomContentDeSerializer.cs
- ConfigurationSettings.cs
- DynamicDataResources.Designer.cs
- ValuePatternIdentifiers.cs
- HtmlGenericControl.cs
- DateTimeParse.cs
- EventArgs.cs
- assertwrapper.cs
- counter.cs
- ClickablePoint.cs
- DefaultObjectMappingItemCollection.cs
- IERequestCache.cs
- FlowLayoutPanel.cs
- ComAwareEventInfo.cs
- DataServiceRequest.cs
- FixedTextBuilder.cs
- LayoutEditorPart.cs
- ChannelManager.cs
- ExpressionBuilderCollection.cs
- QilNode.cs
- sqlser.cs
- NumberFunctions.cs
- MissingManifestResourceException.cs
- ChangeInterceptorAttribute.cs
- DiscoveryMessageSequence.cs
- KeyPressEvent.cs
- DataTableReader.cs
- InstalledFontCollection.cs
- BufferedOutputStream.cs
- TextParagraph.cs
- RemotingAttributes.cs
- CodeParameterDeclarationExpression.cs
- MsmqQueue.cs
- ExtractorMetadata.cs
- PropertyMap.cs
- sqlstateclientmanager.cs
- PageContentAsyncResult.cs
- AuthorizationSection.cs
- DetailsViewModeEventArgs.cs
- SignerInfo.cs
- ISFClipboardData.cs
- OleStrCAMarshaler.cs
- DataTableMappingCollection.cs
- NullableDecimalSumAggregationOperator.cs
- CalendarDesigner.cs
- HostedNamedPipeTransportManager.cs
- WeakReferenceEnumerator.cs
- DependencyPropertyValueSerializer.cs
- DateTimeParse.cs
- DocumentOrderQuery.cs
- PermissionRequestEvidence.cs
- HttpException.cs
- KeyValueConfigurationElement.cs
- OdbcRowUpdatingEvent.cs
- Stacktrace.cs
- PathSegmentCollection.cs
- HttpValueCollection.cs
- InstanceOwnerException.cs
- Imaging.cs
- SID.cs
- MouseGesture.cs
- StreamInfo.cs
- BinaryMethodMessage.cs
- DoubleCollection.cs