ConditionsModelListSerialized Property
|
Lists the Conditions that must be met for the following Action to be performed.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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