Class SelectedConditionTree
Represents selected condition tree.
public class SelectedConditionTree
- Inheritance
-
objectSelectedConditionTree
- Extension Methods
Properties
Groups
Selected groups.
public List<SelectedGroup> Groups { get; set; }
Property Value
- List<SelectedGroup>
Operator
Operator that is applied between groups.
public string Operator { get; set; }
Property Value
- string