Filter term.
Default constructor
public Void Term()
Localized caption.
public String Caption { get; set; }
Column name.
public String Column { get; set; }
Whether the term has value.
public Boolean HasValue { get; }
Returns a collection of valid operator for this Term.
public List<TermOperator> Operators { get; }
Whether the term can use Value2 for Range filtering.
public Boolean UsesValue2 { get; }
First value.
public String Value1 { get; set; }
Second value (optional).
public String Value2 { get; set; }
Returns a collection of valid operator for this Term.
public IEnumerable<TermOperator> GetOperators()
A collection of TermOperators.
Returns a textual representation of this Term.
public String ToString()
In this document