CompositeConditionModelConditionsSerialized Property
|
Lists the child Conditions of this CompositeCondition.
Namespace:
Livit.Learn.Model.ConditionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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