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
- RequestCacheEntry.cs
- RSAPKCS1KeyExchangeFormatter.cs
- OrderedDictionaryStateHelper.cs
- RegexRunnerFactory.cs
- OdbcException.cs
- AppDomainProtocolHandler.cs
- DrawingImage.cs
- EndpointInfo.cs
- CommentEmitter.cs
- StructuredTypeEmitter.cs
- LocalizableAttribute.cs
- DataGridViewRowCollection.cs
- DragEventArgs.cs
- StorageAssociationTypeMapping.cs
- SchemaLookupTable.cs
- PropertyGridView.cs
- FreezableCollection.cs
- SubMenuStyleCollection.cs
- Qualifier.cs
- SystemWebSectionGroup.cs
- WasHttpHandlersInstallComponent.cs
- EntityDataSourceContextDisposingEventArgs.cs
- OutputCacheProviderCollection.cs
- ExpressionParser.cs
- LazyTextWriterCreator.cs
- PipeSecurity.cs
- EntityDesignerDataSourceView.cs
- PreDigestedSignedInfo.cs
- ExceptionUtil.cs
- Merger.cs
- RotateTransform.cs
- MatrixTransform.cs
- CheckBoxBaseAdapter.cs
- DockPatternIdentifiers.cs
- MessageVersionConverter.cs
- FileSystemWatcher.cs
- ComplexType.cs
- KeyboardDevice.cs
- StagingAreaInputItem.cs
- KeyedQueue.cs
- CompilerError.cs
- ChildTable.cs
- CompilerTypeWithParams.cs
- GlobalEventManager.cs
- CompilerCollection.cs
- ScriptManager.cs
- Rights.cs
- IDReferencePropertyAttribute.cs
- WebPartManager.cs
- TemplateApplicationHelper.cs
- UserPersonalizationStateInfo.cs
- LinqDataSourceUpdateEventArgs.cs
- FontInfo.cs
- DataServiceRequestOfT.cs
- OdbcStatementHandle.cs
- DoubleLink.cs
- ScrollBarAutomationPeer.cs
- XamlDesignerSerializationManager.cs
- FrameworkElement.cs
- ScrollBarAutomationPeer.cs
- LazyTextWriterCreator.cs
- HWStack.cs
- TraceHwndHost.cs
- Schema.cs
- ColumnResizeAdorner.cs
- SourceCollection.cs
- CanonicalizationDriver.cs
- AtlasWeb.Designer.cs
- HttpDictionary.cs
- FixedDSBuilder.cs
- LineServicesCallbacks.cs
- DispatcherExceptionFilterEventArgs.cs
- StorageFunctionMapping.cs
- XomlSerializationHelpers.cs
- Maps.cs
- SqlTriggerContext.cs
- WebCategoryAttribute.cs
- WindowsAuthenticationModule.cs
- TypeResolver.cs
- ExtendLockAsyncResult.cs
- PageCodeDomTreeGenerator.cs
- DataContractFormatAttribute.cs
- LineUtil.cs
- UrlAuthorizationModule.cs
- ControlValuePropertyAttribute.cs
- CustomAttributeFormatException.cs
- InstalledFontCollection.cs
- DataTableMappingCollection.cs
- WindowVisualStateTracker.cs
- RtfControls.cs
- GroupBoxRenderer.cs
- EventLogStatus.cs
- WindowsListViewGroupHelper.cs
- ContentOperations.cs
- LineInfo.cs
- RelationshipFixer.cs
- TimeSpanStorage.cs
- EDesignUtil.cs
- FontUnit.cs
- EmptyEnumerable.cs