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
- PluralizationService.cs
- TextBreakpoint.cs
- DiagnosticEventProvider.cs
- KnownBoxes.cs
- WebPartDisplayMode.cs
- ObjectListItem.cs
- RegistrySecurity.cs
- BasicExpressionVisitor.cs
- MenuItem.cs
- PaintValueEventArgs.cs
- JoinGraph.cs
- ImageInfo.cs
- IntSecurity.cs
- SqlCacheDependencySection.cs
- ManualWorkflowSchedulerService.cs
- SqlRecordBuffer.cs
- ValidationError.cs
- EventManager.cs
- ModuleBuilderData.cs
- SliderAutomationPeer.cs
- BindingUtils.cs
- CorrelationKeyCalculator.cs
- PermissionRequestEvidence.cs
- JournalEntry.cs
- PlaceHolder.cs
- MouseOverProperty.cs
- RegisteredHiddenField.cs
- CharConverter.cs
- NameValuePermission.cs
- PropertyConverter.cs
- DLinqDataModelProvider.cs
- TransformValueSerializer.cs
- ServiceAuthorizationElement.cs
- NoClickablePointException.cs
- AuthenticationServiceManager.cs
- MDIClient.cs
- QilLiteral.cs
- ProcessHostMapPath.cs
- ConfigurationStrings.cs
- ISCIIEncoding.cs
- FullTrustAssembliesSection.cs
- ExtenderProvidedPropertyAttribute.cs
- TextCharacters.cs
- NextPreviousPagerField.cs
- VisualStyleInformation.cs
- DesignerAttributeInfo.cs
- RelationshipFixer.cs
- TdsParserStaticMethods.cs
- WorkItem.cs
- CustomAttribute.cs
- RadioButtonFlatAdapter.cs
- SignatureGenerator.cs
- PackUriHelper.cs
- TileModeValidation.cs
- CodeGenHelper.cs
- ToolboxItem.cs
- FullTrustAssembliesSection.cs
- altserialization.cs
- Rotation3DKeyFrameCollection.cs
- AssociationEndMember.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- PageAsyncTask.cs
- EntityChangedParams.cs
- DataBoundControl.cs
- ClickablePoint.cs
- UTF7Encoding.cs
- XamlTreeBuilder.cs
- FontUnit.cs
- PropertyBuilder.cs
- MenuEventArgs.cs
- SqlDependency.cs
- MarshalByRefObject.cs
- CompilationRelaxations.cs
- CheckBoxList.cs
- PackageProperties.cs
- SiteMapSection.cs
- ViewBox.cs
- SByteStorage.cs
- QualificationDataItem.cs
- ExpandableObjectConverter.cs
- ThreadStartException.cs
- TargetParameterCountException.cs
- KeyFrames.cs
- VSWCFServiceContractGenerator.cs
- FormClosedEvent.cs
- ObjectPropertyMapping.cs
- SystemColors.cs
- DateTimeValueSerializer.cs
- PostBackTrigger.cs
- Container.cs
- TypeResolver.cs
- _Semaphore.cs
- CommandConverter.cs
- SqlDataSourceCache.cs
- XomlCompilerError.cs
- OdbcConnection.cs
- TabItemAutomationPeer.cs
- _ListenerResponseStream.cs
- ResolveDuplexAsyncResult.cs
- Perspective.cs