IQuestionCollection Methods |
The IQuestionCollection type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.) | |
Create(String) |
Creates a new question in the collection given its shortcut
| |
Create(Int32, Int32) |
Creates a new question in the collection given a position
| |
Create(Int32, String) |
Creates a new question in the collection given a parent and its name
| |
Create(Int32, Int32, String) |
Creates a new question in the collection given a position and a shortcut
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIQuestion.) | |
Remove(Int32) |
Remove a question from the collection given its id
| |
Remove(String) |
Remove a question from the collection given its shortcut
|