Class RuleModel
Interface for a class Rule.
Inheritance
System.Object
RuleModel
Namespace: Syncfusion.Blazor.QueryBuilder
Assembly: Syncfusion.Blazor.dll
Syntax
public class RuleModel : Object
Constructors
RuleModel()
Declaration
public RuleModel()
Properties
Condition
Specifies the condition value in group.
Declaration
public string Condition { get; set; }
Property Value
Type |
---|
System.String |
Field
Specifies the field value in group.
Declaration
public string Field { get; set; }
Property Value
Type |
---|
System.String |
IsLocked
Specifies whether the rule is locked or not.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
Label
Specifies the label value in group.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
Not
Specifies whether not condition is true/false.
Declaration
public Nullable<bool> Not { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
Operator
Specifies the operator value in group.
Declaration
public dynamic Operator { get; set; }
Property Value
Type |
---|
System.Object |
RuleId
Specifies the rule id in group.
Declaration
public string RuleId { get; set; }
Property Value
Type |
---|
System.String |
Rules
Specifies the rules in group.
Declaration
public List<RuleModel> Rules { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<RuleModel> |
Type
Specifies the type value in group.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |
Value
Specifies the sub controls value in group.
Declaration
public dynamic Value { get; set; }
Property Value
Type |
---|
System.Object |