HtmlForgeX

API Reference

Class

DataTablesSearchGroup

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents a collection of filtering criteria that should be evaluated together using a specific logical operator.

Inheritance

  • Object
  • DataTablesSearchGroup

Constructors

public DataTablesSearchGroup() #

Properties

public String Logic { get; set; } #
JsonPropertyName("logic") JsonIgnore(Condition = 3)

Group logic (AND/OR).

public List<DataTablesSearchCriterion> Criteria { get; set; } #
JsonPropertyName("criteria") JsonIgnore(Condition = 3)

List of criteria in the group.