Click or drag to resize

MissionModel Class

The Mission class defines a series of Tasks to be completed by the user.
Inheritance Hierarchy

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class MissionModel : AssignmentModel, 
	ITaskBasedFlowModel

The MissionModel type exposes the following members.

Constructors
  NameDescription
Public methodMissionModel
Initializes a new instance of the MissionModel class
Top
Properties
  NameDescription
Public propertyAttached
Defines an attached property.
(Inherited from BaseModel.)
Public propertyClicksAttempt
Returns the number of clicks made by the User while completing the Task.
(Inherited from AssignmentModel.)
Public propertyComments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public propertyCompletedTime (Inherited from AssignmentModel.)
Public propertyCompletedTimeSerialized
Returns the time at which the Task was completed.
(Inherited from AssignmentModel.)
Public propertyCode exampleDataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public propertyDescription
Displays a description of the object to the user.
(Inherited from TriggableModel.)
Public propertyExternalXmlPath (Inherited from BaseModel.)
Public propertyId
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public propertyIsAutoSave
Saves the user's progress automatically when the Mission begins.
Public propertyIsCompleted
Returns true if the Task has been completed by the user.
(Inherited from AssignmentModel.)
Public propertyIsEnabled
Determines whether the mission is enabled or not. If Disabled the mission is not played thru.
Public propertyIsIdAutogenerated (Inherited from BaseModel.)
Public propertyIsLogHidden
Hides this Assignment from the Mission tab in the LabPad.
(Inherited from AssignmentModel.)
Public propertyIsUnlocked
Returns true if the Task is available to the user.
(Inherited from AssignmentModel.)
Public propertyMustStartInOrder
Requires Tasks in this Mission to begin in the order they are defined in.
Public propertySecondsSpent
Returns the number of seconds the user spent completing the Task.
(Inherited from AssignmentModel.)
Public propertyStartTime (Inherited from AssignmentModel.)
Public propertyStartTimeSerialized
Returns the time at which the Task was started.
(Inherited from AssignmentModel.)
Public propertyTasks
Public propertyTasksSerialized
Lists the Tasks that are part of this Mission.
Public propertyTemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public propertyTitle
Defines a title for the object.
(Inherited from TriggableModel.)
Public propertyTriggers (Inherited from TriggableModel.)
Public propertyTriggersSerialized
Lists the available Triggers for this object.
(Inherited from TriggableModel.)
Public propertyXmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
Methods
  NameDescription
Public methodDeepCopy
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.)
Public methodShallowCopy (Inherited from BaseModel.)
Public methodShouldSerializeTriggers (Inherited from TriggableModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from BaseModel.)
Public methodUpdateModels
This method will update this model and all its child models.
(Inherited from BaseModel.)
Top
See Also