menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RuleModel - API Reference

    Show / Hide Table of Contents

    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 Description
    System.String

    Field

    Specifies the field value in group.

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    Label

    Specifies the label value in group.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Not

    Specifies whether not condition is true/false.

    Declaration
    public Nullable<bool> Not { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Operator

    Specifies the operator value in group.

    Declaration
    public dynamic Operator { get; set; }
    Property Value
    Type Description
    System.Object

    RuleId

    Specifies the rule id in group.

    Declaration
    public string RuleId { get; set; }
    Property Value
    Type Description
    System.String

    Rules

    Specifies the rules in group.

    Declaration
    public List<RuleModel> Rules { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<RuleModel>

    Type

    Specifies the type value in group.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Specifies the sub controls value in group.

    Declaration
    public dynamic Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved