Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaChoice.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlNode.cs
- XsdBuilder.cs
- TextInfo.cs
- StandardCommands.cs
- ServiceObjectContainer.cs
- SafeRegistryHandle.cs
- CapabilitiesAssignment.cs
- ServiceNameCollection.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- XsltContext.cs
- Main.cs
- SqlStream.cs
- EntityDataSourceMemberPath.cs
- ReadOnlyDictionary.cs
- AnimationStorage.cs
- OneToOneMappingSerializer.cs
- HierarchicalDataBoundControlAdapter.cs
- StrokeDescriptor.cs
- SectionVisual.cs
- _HTTPDateParse.cs
- HttpRuntime.cs
- DataGridCommandEventArgs.cs
- TextEditorContextMenu.cs
- JapaneseLunisolarCalendar.cs
- DesignerOptionService.cs
- GridViewEditEventArgs.cs
- PkcsMisc.cs
- SQLInt32Storage.cs
- DispatcherHookEventArgs.cs
- SqlHelper.cs
- Expression.cs
- WebPartCatalogCloseVerb.cs
- ConfigurationSchemaErrors.cs
- UIElement3DAutomationPeer.cs
- TakeQueryOptionExpression.cs
- DbParameterCollectionHelper.cs
- CodeTypeMemberCollection.cs
- SizeValueSerializer.cs
- LineSegment.cs
- GPPOINTF.cs
- PackageStore.cs
- DoubleLink.cs
- ThreadSafeList.cs
- SettingsPropertyValue.cs
- EntityRecordInfo.cs
- DesignerProperties.cs
- PolyQuadraticBezierSegment.cs
- Validator.cs
- MenuItem.cs
- DefaultParameterValueAttribute.cs
- StrokeNode.cs
- Evidence.cs
- HashCoreRequest.cs
- ButtonColumn.cs
- SoapInteropTypes.cs
- Script.cs
- MutexSecurity.cs
- StringUtil.cs
- WebScriptServiceHostFactory.cs
- FacetDescription.cs
- StylusShape.cs
- SiteOfOriginPart.cs
- UInt32Converter.cs
- SafeRightsManagementQueryHandle.cs
- OdbcConnectionString.cs
- FlowLayout.cs
- StoreItemCollection.Loader.cs
- ProcessHostConfigUtils.cs
- ExtensionDataObject.cs
- SQLDateTimeStorage.cs
- CheckPair.cs
- OpacityConverter.cs
- ChildChangedEventArgs.cs
- StatusBarPanel.cs
- PackagePart.cs
- XmlSchemas.cs
- URL.cs
- NullableConverter.cs
- ForEachDesigner.xaml.cs
- XmlAutoDetectWriter.cs
- OrderedDictionary.cs
- XmlElementAttributes.cs
- InputBuffer.cs
- MemberDescriptor.cs
- HttpDebugHandler.cs
- ReflectPropertyDescriptor.cs
- SimplePropertyEntry.cs
- _KerberosClient.cs
- TimelineClockCollection.cs
- CompilationSection.cs
- RemoteWebConfigurationHostStream.cs
- ExtensionQuery.cs
- PackageDigitalSignatureManager.cs
- SchemaLookupTable.cs
- DataGridItemCollection.cs
- XamlPoint3DCollectionSerializer.cs
- PropertyItem.cs
- PropertyPathConverter.cs
- LogEntryHeaderv1Deserializer.cs
- SvcMapFileLoader.cs