ISchemaChildrenCollection
Represents a collection of schemas that are structurally located below another schema.
This collection provides methods and properties for the calling or manipulation of schemas underneath another schema.
Implements: System.Collections.IEnumerable
Properties
| Property | Description |
|---|---|
| Count:Int32 | Returns the number of schemas in the collection. |
Methods
| Method | Description |
|---|---|
| Create(String):ISchema | Creates a new schema underneath the current schema. |
| Create(String, Boolean):ISchema | Creates a new schema underneath the current schema. |
| Create(String, ISchema[]):ISchema | Creates a new schema underneath the current schema. |
| Create(String, ISchema[], Boolean):ISchema | Creates a new schema underneath the current schema. |
| Create(String, ISchema[], Boolean, Boolean):ISchema | Creates a new schema underneath the current schema. |
| GetEnumerator():IEnumerator | Returns an enumerator which iterates through a listing. (Inherited by System.Collections.IEnumerable) |
