Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderRule

    Show / Hide Table of Contents

    Class QueryBuilderRule

    Specifies the rule for the query builder.

    Inheritance
    System.Object
    QueryBuilderRule
    Namespace: Syncfusion.Blazor.QueryBuilder
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QueryBuilderRule : OwningComponentBase

    Constructors

    QueryBuilderRule()

    Declaration
    public QueryBuilderRule()

    Properties

    Condition

    Specifies the condition value in group.

    Declaration
    public string Condition { 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>

    Rules

    Specifies the rules in group.

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    UpdateChildProperties(String, Object)

    Declaration
    public void UpdateChildProperties(string key, object result)
    Parameters
    Type Name Description
    System.String key
    System.Object result
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved