Click or drag to resize
Askia

IQuestionCollection Interface

Question collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IQuestionCollection : IRecordEntitiesOwner<IQuestion>, 
	IEnumerable<IQuestion>, IEnumerable

The IQuestionCollection type exposes the following members.

Properties
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