Click or drag to resize

TriggerModelActions Property

Lists the Actions to be performed if the Conditions of this Trigger are met or blank.

Namespace:  Livit.Learn.Model.Triggers
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public CompositeActionModel Actions { get; set; }

Property Value

Type: CompositeActionModel
See Also