Click or drag to resize

CompositeConditionModelConditionsSerialized Property

Lists the child Conditions of this CompositeCondition.

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

Property Value

Type: ListConditionModel
Remarks

This property accepts the following Condition types:

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

See Also