Click or drag to resize

ActionModel Class

The Action class defines the parameters of various actions.
Inheritance Hierarchy

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class ActionModel : ConditionsDependantModel, 
	IHaveHashedPath

The ActionModel type exposes the following members.

Constructors
  NameDescription
Public methodActionModel
Initializes a new instance of the ActionModel class
Top
Properties
  NameDescription
Public propertyAttached
Defines an attached property.
(Inherited from BaseModel.)
Public propertyComments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public propertyConditions (Inherited from ConditionsDependantModel.)
Public propertyConditionTimeout (Inherited from ConditionsDependantModel.)
Public propertyCode exampleDataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public propertyExternalXmlPath (Inherited from BaseModel.)
Public propertyGlobalOrderIndex
Public propertyHashedPath
Public propertyId
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public propertyIgnoreInPH
Public propertyIsIdAutogenerated (Inherited from BaseModel.)
Public propertyIsRunning
Public propertyIsTransient
Public propertyIsTransientInstance
Public propertyTemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
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 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
Fields
  NameDescription
Public fieldStatic memberDefaultIsRunning
Top
Remarks

The Action class is not used itself, but its parameters are passed on to other actions.

See Also
Inheritance Hierarchy
SystemObject
  Livit.Learn.ModelBaseModel
    Livit.Learn.ModelConditionsDependantModel
      Livit.Learn.Model.ActionsActionModel
        Livit.Learn.Model.Actions.AnchoredScreensSetAnchoredScreenVisibilityModel
        Livit.Learn.Model.Actions.AnchoredScreensToggleAnchoredScreenVisibilityModel
        Livit.Learn.Model.ActionsAsyncActionModel
        Livit.Learn.Model.ActionsBroadcastNotificationModel
        Livit.Learn.Model.ActionsCancelEventModel
        Livit.Learn.Model.ActionsCompleteTaskModel
        Livit.Learn.Model.ActionsControlMediaModel
        Livit.Learn.Model.ActionsCopyContentModel
        Livit.Learn.Model.ActionsDataSetActionModel
        Livit.Learn.Model.ActionsDebugModel
        Livit.Learn.Model.ActionsElementActionModel
        Livit.Learn.Model.ActionsExitGameModel
        Livit.Learn.Model.Actions.ExplorationModeBaseExplorationSceneActionModel
        Livit.Learn.Model.ActionsExtendFrameModel
        Livit.Learn.Model.ActionsMissionActionModel
        Livit.Learn.Model.ActionsMovePlaceholderItemModel
        Livit.Learn.Model.ActionsOpenURLModel
        Livit.Learn.Model.ActionsPhysicsObjectActionModel
        Livit.Learn.Model.ActionsPhysicsSandboxActionModel
        Livit.Learn.Model.ActionsPopupActionModel
        Livit.Learn.Model.ActionsResetChartModel
        Livit.Learn.Model.Actions.RulesImpactActionModel
        Livit.Learn.Model.ActionsSaveActionModel
        Livit.Learn.Model.ActionsSendMessageModel
        Livit.Learn.Model.ActionsSetFieldModel
        Livit.Learn.Model.ActionsSetMathFormulaFieldModel
        Livit.Learn.Model.ActionsSetterModel
        Livit.Learn.Model.ActionsShowMediaModel
        Livit.Learn.Model.ActionsShowMessageDialogModel
        Livit.Learn.Model.ActionsStartTimeLapseModel
        Livit.Learn.Model.ActionsStateableActionModel
        Livit.Learn.Model.ActionsStopAnimationModel
        Livit.Learn.Model.ActionsStopSoundModel
        Livit.Learn.Model.ActionsStopTimeLapseModel
        Livit.Learn.Model.Actions.SubstancesCopyMixtureModel
        Livit.Learn.Model.Actions.SubstancesModifyMixtureModel
        Livit.Learn.Model.ActionsToggleScreenReaderModel
        Livit.Learn.Model.ActionsViewableActionModel
        Livit.Learn.ModelLapseTimeModel
        Livit.Learn.Model.SimulatorClearDataModel
        Livit.Learn.Model.SimulatorRemoveDataModel
        Livit.Learn.Model.SimulatorSetDataModel
        Livit.Learn.Model.SimulatorSetVariableModel