HtmlForgeX

API Reference

Class

DataTablesConditionGroup

Namespace HtmlForgeX
Assembly HtmlForgeX

Group of conditions with logic AND/OR/NONE.

Inheritance

  • Object
  • DataTablesConditionGroup

Constructors

public DataTablesConditionGroup() #

Properties

public String Logic { get; set; } #

Group logic: AND | OR | NONE.

public List<DataTablesCondition> Conditions { get; set; } #
JsonIgnore(Condition = 3)

Conditions in this group evaluated against the current row.