|
+
|
CopyQuestions (handle, handle)
|
Copies questions from a dataset with changes into
the actual dataset
|
|
+
|
CopyToOwner (ListQuestion, TableModel, character, character)
|
Copies questions received back from a consumer to the
provided table model
|
|
+
|
FinalizeAllQuestions (ListQuestion, TableModel, character)
|
Updates the List of Questions associated for all records
Iterates the query of the DatasetModel (does not perform batching)
|
|
+
|
FinalizeCurrentQuestions (ListQuestion, TableModel)
|
Updates the List of Questions associated with the current record
|
|
+
|
Consultingwerk.Framework.MessageInteraction.ListQuestion GetAllQuestions (TableModel)
|
Returns the List of Questions associated with the all records
Iterates the query of the DatasetModel (does not perform batching)
|
|
+
|
Consultingwerk.Framework.MessageInteraction.ListQuestion GetCurrentQuestions (TableModel)
|
Returns the List of Questions associated with the current record
|