Click or drag to resize

ConditionsModelListSerialized Property

Lists the Conditions that must be met for the following Action to be performed.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<ConditionModel> ListSerialized { get; set; }

Property Value

Type: ListConditionModel
Remarks

Available values for this property are:

  • DataCondition
  • TaskCompleted
  • TaskNotCompleted
  • TaskSkipped
  • TimerCondition
  • AnimationProgressCondition
  • CompositeCondition
  • TrueCondition
  • NotificationCondition

See Also