Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 742 Bytes

ConditionGroup.md

File metadata and controls

14 lines (9 loc) · 742 Bytes

WebApi.ActiveQueryBuilder.Model.ConditionGroup

Group of conditions joined with the same boolean operator.

Properties

Name Type Description Notes
JunctionType string Type of junction. All = AND; Any = OR. [optional]
Conditions List<Condition> List of conditions to join. [optional]
ConditionGroups List<ConditionGroup> List of nested condition groups to join them with a different boolean operator. [optional]

[Back to Model list] [Back to API list] [Back to README]