IStructureSchemaChildrenCollection
Contains a collection of all child schemas of a schema.
Child schemas for a schema define how the data structure is built up in the data repository. Data objects which follow the schemas of the child schemas may be created or moved in the data repository below data objects that follow the current schema.
Implements: System.Collections.IEnumerable
Properties
Property | Description |
---|---|
Count:Int32 | Returns the number of child schemas. |
Methods
Method | Description |
---|---|
Add(ISchema):Void | Adds a schema to the collection. |
Contains(ISchema):Boolean | Checks whether a schema is a child schema of the current schema. |
Remove(ISchema):Void | Removes a schema as a child schema. |