Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryBuilderRule - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryBuilderRule

    Specifies the rule for the query builder.

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

    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 bool Not { get; set; }
    Property Value
    Type Description
    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

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    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 - 2021 Syncfusion Inc. All Rights Reserved