UnaryCriteria class

namespace: Serenity.Data   assemblySerenity.Net.Data

Unary criteria with one operand and operator

public class UnaryCriteria : BaseCriteria

Public Members

name description
UnaryCriteria(…) Initializes a new instance of the UnaryCriteria class.
Operand { get; } Gets the operand.
Operator { get; } Gets the operator.
override ToString(…) Converts the criteria to string.

See Also