|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Add (character, character, character, MessageButtons, MessageReplyEnum, character, character)
|
Adds an item to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Add (character, character, character, MessageButtons, MessageReplyEnum, character, character, character)
|
Adds an item to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Add (character, character, character, MessageTypeEnum, MessageButtons, MessageReplyEnum, character, character)
|
Adds an item to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Add (character, character, character, MessageTypeEnum, MessageButtons, MessageReplyEnum, character, character, character)
|
Adds an item to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Add (Question)
|
Adds an item to the generic List
|
|
|
|
Add (Question[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListQuestion Add (ListQuestion)
|
Adds the items from the provided ListQuestion instance
to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question AddWhenNotContained (Question)
|
Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListQuestion CopyFromOwner (ListQuestion, character)
|
Copies questions from an owning list of questions to this list
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListQuestion CopyToOwner (ListQuestion, character)
|
Copies questions from this list of questions back to the list
of questions of an actual owner.
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListQuestion CopyToOwner (ListQuestion, character, character)
|
Copies questions from this list of questions back to the list
of questions of an actual owner.
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question FindQuestion (character, character)
|
Searches for a Question in the collection
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
Consultingwerk.Framework.MessageInteraction.ListQuestion GetQuestionsByMessageContext (character)
|
Returns a list of questions from this list with the
matching MessageContext value
|
|
|
|
Consultingwerk.Framework.MessageInteraction.MessageReplyEnum GetReply (character, character)
|
Gets the answer for an existing question
|
|
|
|
LOGICAL HasUnansweredQuestion ()
|
Checks if the List of Questions contains an unanswered question
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question Replace (Question, Question)
|
Replaces an item in the generic List
|
|
|
|
LOGICAL SetReply (character, character, MessageReplyEnum)
|
Sets the answer for an existing question
|
|
|
|
Consultingwerk.Framework.MessageInteraction.Question ToArray ()
|
Returns an Array with the elements of the List
|