![]() | IElementCollection Interface |
Namespace: AskiaCore
The IElementCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of elements in the collection
|
![]() | Item |
Finds a record entity by id
(Inherited from IRecordEntitiesOwnerTEntityType.) |
Name | Description | |
---|---|---|
![]() | Create |
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.) |
![]() | Create(Int32) |
Creates a new child element at a given position
|
![]() | GetById |
Get an element with the given id
|
![]() | GetByType |
Get the first element with the given type
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIElement.) |
![]() | Remove |
Remove an element from the collection given its id
|