CompositeConditionModelMatch Property
|
Defines if any or all of the child Conditions need to be true for the CompositeCondition to return true.
Namespace:
Livit.Learn.Model.ConditionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string Match { get; set; }
Property Value
Type:
String
Remarks
This property accepts any and all as values.
These values correspond to logical operators OR and AND, respectively.
See Also