Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / schema / XmlSchemaAll.cs / 1 / XmlSchemaAll.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Schema {
using System.Collections;
using System.Xml.Serialization;
///
///
/// [To be supplied.]
///
public class XmlSchemaAll : XmlSchemaGroupBase {
XmlSchemaObjectCollection items = new XmlSchemaObjectCollection();
///
///
/// [To be supplied.]
///
[XmlElement("element", typeof(XmlSchemaElement))]
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeNode.cs
- LocatorBase.cs
- ProfileGroupSettingsCollection.cs
- QilStrConcat.cs
- LinkedResourceCollection.cs
- ChangeConflicts.cs
- wgx_exports.cs
- EventProvider.cs
- GenericXmlSecurityToken.cs
- HttpCacheParams.cs
- View.cs
- GeometryModel3D.cs
- ListBoxAutomationPeer.cs
- ScriptReferenceEventArgs.cs
- RelatedCurrencyManager.cs
- CursorConverter.cs
- BamlStream.cs
- DynamicValidatorEventArgs.cs
- Slider.cs
- DeploymentSection.cs
- ViewSimplifier.cs
- ContentType.cs
- CompilerCollection.cs
- Pen.cs
- EventSchemaTraceListener.cs
- PlatformCulture.cs
- EventData.cs
- SafeRightsManagementSessionHandle.cs
- BaseTemplateParser.cs
- TableAutomationPeer.cs
- VisualTreeUtils.cs
- TcpClientChannel.cs
- DBConcurrencyException.cs
- WebEvents.cs
- X509Utils.cs
- TraceLevelStore.cs
- StyleHelper.cs
- Transform3D.cs
- HMACSHA256.cs
- OwnerDrawPropertyBag.cs
- MouseButtonEventArgs.cs
- RelatedView.cs
- MemberProjectionIndex.cs
- Rule.cs
- BitmapFrameDecode.cs
- TextElement.cs
- ViewSimplifier.cs
- ViewBase.cs
- ConnectorRouter.cs
- Cursor.cs
- ActiveXContainer.cs
- SoapSchemaExporter.cs
- TypedTableBase.cs
- RepeaterItemCollection.cs
- FlowDocumentPage.cs
- ControlType.cs
- WebDisplayNameAttribute.cs
- HtmlInputText.cs
- FontDriver.cs
- HttpWebRequestElement.cs
- ToolboxComponentsCreatedEventArgs.cs
- Subordinate.cs
- BasicCommandTreeVisitor.cs
- LinearKeyFrames.cs
- Icon.cs
- TextSchema.cs
- SqlConnectionFactory.cs
- securitycriticaldata.cs
- CodeNamespaceImportCollection.cs
- ControlCommandSet.cs
- CompiledQueryCacheEntry.cs
- DetailsViewUpdateEventArgs.cs
- MetadataCache.cs
- CharConverter.cs
- HashMembershipCondition.cs
- ListViewAutomationPeer.cs
- ImageClickEventArgs.cs
- PersistChildrenAttribute.cs
- OleDbEnumerator.cs
- MetadataSerializer.cs
- OraclePermission.cs
- AudioBase.cs
- ReaderContextStackData.cs
- ClientSession.cs
- BoolExpressionVisitors.cs
- CqlLexerHelpers.cs
- TextOnlyOutput.cs
- DomNameTable.cs
- ConnectionPoint.cs
- FontCollection.cs
- Serializer.cs
- PagedDataSource.cs
- PeerTransportBindingElement.cs
- PropertyNames.cs
- ClickablePoint.cs
- TraceContext.cs
- RadioButton.cs
- FontEditor.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- SqlExpressionNullability.cs