Click or drag to resize

MissionModel Properties

The MissionModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property ClicksAttempt
Returns the number of clicks made by the User while completing the Task.
(Inherited from AssignmentModel.)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property CompletedTime (Inherited from AssignmentModel.)
Public property CompletedTimeSerialized
Returns the time at which the Task was completed.
(Inherited from AssignmentModel.)
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property Description
Displays a description of the object to the user.
(Inherited from TriggableModel.)
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IsAutoSave
Saves the user's progress automatically when the Mission begins.
Public property IsCompleted
Returns true if the Task has been completed by the user.
(Inherited from AssignmentModel.)
Public property IsEnabled
Determines whether the mission is enabled or not. If Disabled the mission is not played thru.
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsLogHidden
Hides this Assignment from the Mission tab in the LabPad.
(Inherited from AssignmentModel.)
Public property IsUnlocked
Returns true if the Task is available to the user.
(Inherited from AssignmentModel.)
Public property MustStartInOrder
Requires Tasks in this Mission to begin in the order they are defined in.
Public property SecondsSpent
Returns the number of seconds the user spent completing the Task.
(Inherited from AssignmentModel.)
Public property StartTime (Inherited from AssignmentModel.)
Public property StartTimeSerialized
Returns the time at which the Task was started.
(Inherited from AssignmentModel.)
Public property Tasks
Public property TasksSerialized
Lists the Tasks that are part of this Mission.
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property Title
Defines a title for the object.
(Inherited from TriggableModel.)
Public property Triggers (Inherited from TriggableModel.)
Public property TriggersSerialized
Lists the available Triggers for this object.
(Inherited from TriggableModel.)
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also