Click or drag to resize

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.Conditions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public 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