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
- CryptoHelper.cs
- ViewStateException.cs
- SecurityProtocolCorrelationState.cs
- ExpressionParser.cs
- RowVisual.cs
- SiteMapNodeItem.cs
- WindowsListViewSubItem.cs
- BitStack.cs
- DoubleMinMaxAggregationOperator.cs
- NameValuePair.cs
- IntSecurity.cs
- TextViewElement.cs
- MessageHeader.cs
- CompilerTypeWithParams.cs
- CompleteWizardStep.cs
- MsmqHostedTransportConfiguration.cs
- WinCategoryAttribute.cs
- TreeNodeCollection.cs
- ObjectManager.cs
- EncryptedType.cs
- GlobalAllocSafeHandle.cs
- ColorAnimationUsingKeyFrames.cs
- SchemaType.cs
- DateTimeOffset.cs
- BinaryExpressionHelper.cs
- InlineObject.cs
- SiteMap.cs
- FrameworkElementFactory.cs
- BeginEvent.cs
- HttpHandlerAction.cs
- PageThemeParser.cs
- ProcessThread.cs
- SqlBooleanizer.cs
- QueueTransferProtocol.cs
- AssemblyContextControlItem.cs
- GlyphInfoList.cs
- TextEditor.cs
- DriveNotFoundException.cs
- HttpFileCollection.cs
- WMIInterop.cs
- SSmlParser.cs
- Dynamic.cs
- HashCryptoHandle.cs
- Funcletizer.cs
- URLAttribute.cs
- ObjectStateManagerMetadata.cs
- MULTI_QI.cs
- DesignerSerializationOptionsAttribute.cs
- StaticTextPointer.cs
- WinFormsSpinner.cs
- GeneralTransform2DTo3DTo2D.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- SecurityContextTokenCache.cs
- PerformanceCounterLib.cs
- LicenseContext.cs
- TextRangeAdaptor.cs
- SettingsBindableAttribute.cs
- ProgressBar.cs
- Win32.cs
- HtmlFormParameterReader.cs
- DataTableClearEvent.cs
- BitmapMetadata.cs
- SmtpCommands.cs
- NumericUpDownAccelerationCollection.cs
- DataGridViewSelectedColumnCollection.cs
- EventDescriptorCollection.cs
- EnumConverter.cs
- ProfilePropertySettings.cs
- MobileTemplatedControlDesigner.cs
- safelink.cs
- ApplicationContext.cs
- CustomCategoryAttribute.cs
- ProgressBarBrushConverter.cs
- EntryWrittenEventArgs.cs
- Label.cs
- LayoutTableCell.cs
- XmlBinaryReader.cs
- IMembershipProvider.cs
- TextSelectionHelper.cs
- Pkcs7Recipient.cs
- SemanticResultKey.cs
- FrameworkElementFactoryMarkupObject.cs
- BinaryConverter.cs
- AsyncOperationContext.cs
- mediaeventargs.cs
- DbConnectionPoolGroupProviderInfo.cs
- DbQueryCommandTree.cs
- _HeaderInfoTable.cs
- ScriptBehaviorDescriptor.cs
- LocatorManager.cs
- CommandConverter.cs
- PropertyChangedEventArgs.cs
- ConfigXmlSignificantWhitespace.cs
- SqlCacheDependencySection.cs
- ToolStripMenuItemCodeDomSerializer.cs
- CounterSampleCalculator.cs
- AnnotationAuthorChangedEventArgs.cs
- XmlILOptimizerVisitor.cs
- WorkflowApplicationCompletedEventArgs.cs
- Slider.cs