MissionModel Class |
Namespace: Livit.Learn.Model
[SerializableAttribute] public class MissionModel : AssignmentModel, ITaskBasedFlowModel
The MissionModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | MissionModel | Initializes a new instance of the MissionModel class |
Name | Description | |
---|---|---|
![]() | Attached |
Defines an attached property.
(Inherited from BaseModel.) |
![]() | ClicksAttempt |
Returns the number of clicks made by the User while completing the Task.
(Inherited from AssignmentModel.) |
![]() | Comments |
(Development) Includes comments in the XML code.
(Inherited from BaseModel.) |
![]() | CompletedTime | (Inherited from AssignmentModel.) |
![]() | CompletedTimeSerialized |
Returns the time at which the Task was completed.
(Inherited from AssignmentModel.) |
![]() ![]() | DataContext |
Contains a source of all bindings defined for element.
(Inherited from BaseModel.) |
![]() | Description |
Displays a description of the object to the user.
(Inherited from TriggableModel.) |
![]() | ExternalXmlPath | (Inherited from BaseModel.) |
![]() | Id |
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.) |
![]() | IsAutoSave |
Saves the user's progress automatically when the Mission begins.
|
![]() | IsCompleted |
Returns true if the Task has been completed by the user.
(Inherited from AssignmentModel.) |
![]() | IsEnabled |
Determines whether the mission is enabled or not.
If Disabled the mission is not played thru.
|
![]() | IsIdAutogenerated | (Inherited from BaseModel.) |
![]() | IsLogHidden |
Hides this Assignment from the Mission tab in the LabPad.
(Inherited from AssignmentModel.) |
![]() | IsUnlocked |
Returns true if the Task is available to the user.
(Inherited from AssignmentModel.) |
![]() | MustStartInOrder |
Requires Tasks in this Mission to begin in the order they are defined in.
|
![]() | SecondsSpent |
Returns the number of seconds the user spent completing the Task.
(Inherited from AssignmentModel.) |
![]() | StartTime | (Inherited from AssignmentModel.) |
![]() | StartTimeSerialized |
Returns the time at which the Task was started.
(Inherited from AssignmentModel.) |
![]() | Tasks | |
![]() | TasksSerialized |
Lists the Tasks that are part of this Mission.
|
![]() | TemplateVersionId |
Contains a id of source template.
(Inherited from BaseModel.) |
![]() | Title |
Defines a title for the object.
(Inherited from TriggableModel.) |
![]() | Triggers | (Inherited from TriggableModel.) |
![]() | TriggersSerialized |
Lists the available Triggers for
this object.
(Inherited from TriggableModel.) |
![]() | XmlComments |
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.) |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ShouldSerializeTriggers | (Inherited from TriggableModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |