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
- CodeObject.cs
- Span.cs
- HttpContextServiceHost.cs
- SqlFunctionAttribute.cs
- UnsafeNativeMethods.cs
- OutputCacheModule.cs
- BamlBinaryReader.cs
- SweepDirectionValidation.cs
- XmlTypeAttribute.cs
- RtfControlWordInfo.cs
- IssuanceLicense.cs
- BaseValidator.cs
- SectionInput.cs
- PersonalizableTypeEntry.cs
- CustomErrorCollection.cs
- FontWeight.cs
- ToolStripGripRenderEventArgs.cs
- ComponentConverter.cs
- RegexGroup.cs
- WebPartConnectionsConnectVerb.cs
- PropertyGridView.cs
- IriParsingElement.cs
- Journal.cs
- DataTableMapping.cs
- Run.cs
- DirectoryObjectSecurity.cs
- MethodCallConverter.cs
- EventSourceCreationData.cs
- ExpressionBinding.cs
- DrawingVisualDrawingContext.cs
- CmsInterop.cs
- InternalTransaction.cs
- BinaryWriter.cs
- DnsEndPoint.cs
- DataGridRow.cs
- InvalidDataException.cs
- RepeatButton.cs
- Geometry.cs
- TitleStyle.cs
- Site.cs
- ScriptMethodAttribute.cs
- HandlerWithFactory.cs
- LinqExpressionNormalizer.cs
- TableItemStyle.cs
- NamespaceList.cs
- Identifier.cs
- WebServiceTypeData.cs
- ManagedIStream.cs
- TargetPerspective.cs
- Point3D.cs
- OutOfMemoryException.cs
- StoreAnnotationsMap.cs
- IDispatchConstantAttribute.cs
- DisableDpiAwarenessAttribute.cs
- ZoneIdentityPermission.cs
- SqlDataSourceSelectingEventArgs.cs
- ADMembershipProvider.cs
- ProfileEventArgs.cs
- ObjectConverter.cs
- ModelItemDictionary.cs
- Win32SafeHandles.cs
- UmAlQuraCalendar.cs
- ActivityDesignerLayoutSerializers.cs
- SettingsPropertyIsReadOnlyException.cs
- regiisutil.cs
- TraversalRequest.cs
- ContextInformation.cs
- RegexTypeEditor.cs
- OleDbCommandBuilder.cs
- Substitution.cs
- XmlWhitespace.cs
- FontCacheUtil.cs
- InternalConfigSettingsFactory.cs
- FontWeights.cs
- comcontractssection.cs
- FreezableDefaultValueFactory.cs
- ProjectionAnalyzer.cs
- X509CertificateChain.cs
- NumericUpDown.cs
- Module.cs
- ResourcePart.cs
- SizeValueSerializer.cs
- Comparer.cs
- Vector3DValueSerializer.cs
- ObjectDesignerDataSourceView.cs
- Activity.cs
- AxisAngleRotation3D.cs
- GraphicsPathIterator.cs
- ImageListStreamer.cs
- SafeNativeMethods.cs
- objectquery_tresulttype.cs
- XmlSchemaSimpleTypeList.cs
- StringInfo.cs
- ObjectDataSourceFilteringEventArgs.cs
- DetailsViewModeEventArgs.cs
- NameSpaceExtractor.cs
- Utils.cs
- TextClipboardData.cs
- PhysicalAddress.cs
- XmlUtilWriter.cs