Code:
/ FX-1434 / FX-1434 / 1.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
- ToolStripItemImageRenderEventArgs.cs
- GroupedContextMenuStrip.cs
- Task.cs
- Table.cs
- XmlWrappingReader.cs
- EpmCustomContentWriterNodeData.cs
- HttpFileCollection.cs
- MatrixAnimationUsingKeyFrames.cs
- WebServiceClientProxyGenerator.cs
- PasswordDeriveBytes.cs
- SqlBuffer.cs
- ChannelManagerHelpers.cs
- WindowsTab.cs
- DiscoveryRequestHandler.cs
- SplitterEvent.cs
- StackOverflowException.cs
- PropertyCondition.cs
- LabelDesigner.cs
- EntityContainerRelationshipSet.cs
- UserInitiatedNavigationPermission.cs
- smtppermission.cs
- ConfigXmlCDataSection.cs
- AnnotationHighlightLayer.cs
- ToolStripItemImageRenderEventArgs.cs
- QueueSurrogate.cs
- ExpressionLink.cs
- Divide.cs
- Win32Exception.cs
- BaseDataListDesigner.cs
- _LoggingObject.cs
- ToolStripDropDownItem.cs
- EnumMemberAttribute.cs
- OneToOneMappingSerializer.cs
- SqlBooleanizer.cs
- IISMapPath.cs
- ProfileGroupSettingsCollection.cs
- UnSafeCharBuffer.cs
- MappedMetaModel.cs
- PackageRelationship.cs
- CompilerParameters.cs
- WmlSelectionListAdapter.cs
- FunctionImportMapping.cs
- Connector.xaml.cs
- StringFreezingAttribute.cs
- UpWmlPageAdapter.cs
- ComponentResourceKeyConverter.cs
- ResourceSet.cs
- XPathMessageFilterTable.cs
- TypeElementCollection.cs
- DynamicPhysicalDiscoSearcher.cs
- CompilationUtil.cs
- WindowsTreeView.cs
- ChangeBlockUndoRecord.cs
- CodeValidator.cs
- PrimitiveXmlSerializers.cs
- Subtree.cs
- CombinedTcpChannel.cs
- Label.cs
- ChtmlImageAdapter.cs
- PromptEventArgs.cs
- KeyConverter.cs
- RunInstallerAttribute.cs
- WebPartMenu.cs
- VBIdentifierDesigner.xaml.cs
- FakeModelItemImpl.cs
- XmlExtensionFunction.cs
- HostSecurityManager.cs
- NodeCounter.cs
- XmlNamedNodeMap.cs
- SystemNetworkInterface.cs
- EntityKeyElement.cs
- ParameterElementCollection.cs
- FileFormatException.cs
- RuleAction.cs
- UnaryOperationBinder.cs
- GeneralTransform3DGroup.cs
- AnnouncementService.cs
- _NegotiateClient.cs
- altserialization.cs
- XmlSchemaAnnotation.cs
- ExpressionBinding.cs
- StickyNoteAnnotations.cs
- StrongNamePublicKeyBlob.cs
- UIElement3D.cs
- SimpleApplicationHost.cs
- LogWriteRestartAreaAsyncResult.cs
- LabelAutomationPeer.cs
- XslTransform.cs
- documentsequencetextpointer.cs
- compensatingcollection.cs
- VirtualDirectoryMappingCollection.cs
- TreeViewImageKeyConverter.cs
- Rotation3DAnimation.cs
- NotifyCollectionChangedEventArgs.cs
- RewritingPass.cs
- ScopeCollection.cs
- DateTimeConstantAttribute.cs
- TemplateColumn.cs
- WorkflowApplication.cs
- RoutedEventValueSerializer.cs