Click or drag to resize
Askia

IQuestionCollection Methods

The IQuestionCollection type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.)
Public methodCreate(String)
Creates a new question in the collection given its shortcut
Public methodCreate(Int32, Int32)
Creates a new question in the collection given a position
Public methodCreate(Int32, String)
Creates a new question in the collection given a parent and its name
Public methodCreate(Int32, Int32, String)
Creates a new question in the collection given a position and a shortcut
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIQuestion.)
Public methodRemove(Int32)
Remove a question from the collection given its id
Public methodRemove(String)
Remove a question from the collection given its shortcut
Top
See Also