IResponseCollection Interface |
Namespace: AskiaCore
The IResponseCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of responses in the collection
| |
Item |
Finds a record entity by id
(Inherited from IRecordEntitiesOwnerTEntityType.) |
Name | Description | |
---|---|---|
Create |
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.) | |
Create(String) |
Creates a new response in the collection given its entry code
| |
Create(Int32, Int32) |
Creates a new response in the collection given a position
| |
Create(Int32, String) |
Creates a new response in the collection given a parent
and its entry code
| |
Create(Int32, Int32, String) |
Creates a new response in the collection given a position and a shortcut
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIResponse.) | |
Remove |
Remove a response from the collection given its id
|