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 / XmlSchemaChoice.cs / 1 / XmlSchemaChoice.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Schema { using System.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaChoice : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement)), XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("sequence", typeof(XmlSchemaSequence)), XmlElement("any", typeof(XmlSchemaAny))] public override XmlSchemaObjectCollection Items { get { return items; } } internal override bool IsEmpty { get { return base.IsEmpty /*|| items.Count == 0*/; } } internal override void SetItems(XmlSchemaObjectCollection newItems) { items = newItems; } } } // 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.Collections; using System.Xml.Serialization; ////// /// public class XmlSchemaChoice : XmlSchemaGroupBase { XmlSchemaObjectCollection items = new XmlSchemaObjectCollection(); ///[To be supplied.] ////// /// [XmlElement("element", typeof(XmlSchemaElement)), XmlElement("group", typeof(XmlSchemaGroupRef)), XmlElement("choice", typeof(XmlSchemaChoice)), XmlElement("sequence", typeof(XmlSchemaSequence)), XmlElement("any", typeof(XmlSchemaAny))] public override XmlSchemaObjectCollection Items { get { return items; } } internal override bool IsEmpty { get { return base.IsEmpty /*|| items.Count == 0*/; } } internal override void SetItems(XmlSchemaObjectCollection newItems) { items = newItems; } } } // 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
- HatchBrush.cs
- FilteredAttributeCollection.cs
- BrowserInteropHelper.cs
- SQLDoubleStorage.cs
- GeneralTransformGroup.cs
- FrameworkTemplate.cs
- AutomationFocusChangedEventArgs.cs
- Win32Native.cs
- Wow64ConfigurationLoader.cs
- MemberRelationshipService.cs
- SecureUICommand.cs
- CultureInfoConverter.cs
- LinkedResource.cs
- TextEditorCopyPaste.cs
- Int32EqualityComparer.cs
- HashLookup.cs
- TextAction.cs
- CatalogZoneBase.cs
- PageHandlerFactory.cs
- ProviderConnectionPointCollection.cs
- MessageLoggingFilterTraceRecord.cs
- PropertyGrid.cs
- MaterialCollection.cs
- GlyphShapingProperties.cs
- ItemsControlAutomationPeer.cs
- LabelLiteral.cs
- SecureUICommand.cs
- DictionaryBase.cs
- ToolStripItemCollection.cs
- InheritanceUI.cs
- ActionItem.cs
- TailPinnedEventArgs.cs
- ValueQuery.cs
- Identifier.cs
- CustomGrammar.cs
- AuthenticationConfig.cs
- xdrvalidator.cs
- ValidatingCollection.cs
- XamlRtfConverter.cs
- ServicePointManagerElement.cs
- TrackingRecord.cs
- RequestCachePolicyConverter.cs
- WindowInteropHelper.cs
- HitTestFilterBehavior.cs
- ManagedWndProcTracker.cs
- MetabaseSettings.cs
- Properties.cs
- XpsFilter.cs
- InputLanguageSource.cs
- ContextStack.cs
- CheckableControlBaseAdapter.cs
- NetMsmqSecurityElement.cs
- ProtocolsConfiguration.cs
- FormViewDeleteEventArgs.cs
- TranslateTransform3D.cs
- _ConnectionGroup.cs
- AdRotator.cs
- PeerTransportSecuritySettings.cs
- InstanceNotReadyException.cs
- Size3D.cs
- _KerberosClient.cs
- TemplatedWizardStep.cs
- ResourceLoader.cs
- URLIdentityPermission.cs
- XPathArrayIterator.cs
- DiagnosticsConfigurationHandler.cs
- TargetParameterCountException.cs
- PasswordTextNavigator.cs
- BindableTemplateBuilder.cs
- ForEachAction.cs
- DefaultSerializationProviderAttribute.cs
- ProjectionPathBuilder.cs
- MarginsConverter.cs
- RowType.cs
- MimeTypePropertyAttribute.cs
- DesignerProperties.cs
- PerspectiveCamera.cs
- ScriptDescriptor.cs
- MessageProtectionOrder.cs
- ResourceCategoryAttribute.cs
- MimeBasePart.cs
- AuthenticationConfig.cs
- IIS7ConfigurationLoader.cs
- RegexMatch.cs
- InspectionWorker.cs
- NonDualMessageSecurityOverHttpElement.cs
- Viewport3DVisual.cs
- ScriptingSectionGroup.cs
- DataPagerFieldCollection.cs
- WindowsFormsHelpers.cs
- HtmlTableRowCollection.cs
- WmlCommandAdapter.cs
- Page.cs
- AssemblyBuilderData.cs
- FormsAuthenticationUserCollection.cs
- TimeSpanFormat.cs
- Point4DValueSerializer.cs
- GenericsNotImplementedException.cs
- MouseEvent.cs
- CategoryAttribute.cs