Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TrackingQuery.cs
- cookie.cs
- RequestCacheManager.cs
- ConsoleEntryPoint.cs
- ExtractorMetadata.cs
- View.cs
- SqlGatherProducedAliases.cs
- HealthMonitoringSection.cs
- HWStack.cs
- ViewKeyConstraint.cs
- TextOutput.cs
- Stylesheet.cs
- SamlDelegatingWriter.cs
- ContextStaticAttribute.cs
- LinkArea.cs
- ReadWriteObjectLock.cs
- ProfileManager.cs
- BridgeDataReader.cs
- ArcSegment.cs
- BulletDecorator.cs
- SharedDp.cs
- DirtyTextRange.cs
- TextModifier.cs
- AppDomainShutdownMonitor.cs
- Animatable.cs
- ControlSerializer.cs
- ActivationArguments.cs
- ModuleConfigurationInfo.cs
- AdapterUtil.cs
- RootDesignerSerializerAttribute.cs
- EndpointDiscoveryBehavior.cs
- ElementsClipboardData.cs
- InputScopeConverter.cs
- FormViewRow.cs
- XmlBinaryReader.cs
- Paragraph.cs
- ZipIOFileItemStream.cs
- SafePointer.cs
- Point.cs
- Grant.cs
- LoaderAllocator.cs
- ListBindingConverter.cs
- DrawingState.cs
- HeaderedContentControl.cs
- DataTableNewRowEvent.cs
- SortableBindingList.cs
- XPathQueryGenerator.cs
- WebPartConnectVerb.cs
- BindableAttribute.cs
- SecurityValidationBehavior.cs
- RadioButtonList.cs
- MimeMapping.cs
- GridViewDeleteEventArgs.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- AspNetSynchronizationContext.cs
- OwnerDrawPropertyBag.cs
- EntryPointNotFoundException.cs
- TraceContext.cs
- ToolStripRenderEventArgs.cs
- BamlWriter.cs
- CompModSwitches.cs
- TreeView.cs
- DataSetMappper.cs
- ReversePositionQuery.cs
- UnsafeNetInfoNativeMethods.cs
- AttributeQuery.cs
- COM2ComponentEditor.cs
- JournalNavigationScope.cs
- DataColumnCollection.cs
- RTTypeWrapper.cs
- DayRenderEvent.cs
- PrefixQName.cs
- StrokeRenderer.cs
- BlockUIContainer.cs
- MenuStrip.cs
- ResXResourceSet.cs
- SafeNativeMethods.cs
- WindowsIPAddress.cs
- NativeWindow.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- GridViewColumn.cs
- XmlSchemas.cs
- ColumnReorderedEventArgs.cs
- NotImplementedException.cs
- Comparer.cs
- StackOverflowException.cs
- DataGridViewComboBoxColumn.cs
- StateRuntime.cs
- NativeMethods.cs
- EntityKeyElement.cs
- Convert.cs
- InkCanvasAutomationPeer.cs
- IODescriptionAttribute.cs
- NavigationHelper.cs
- MetadataFile.cs
- LoginAutoFormat.cs
- Codec.cs
- QilFactory.cs
- CodeDomConfigurationHandler.cs
- EntityParameterCollection.cs