Class Filter
Represents a Tubular filter (by column).
This object is only used to be serialized/deserialized between the API and Tubular.
Inheritance
System.Object
Filter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unosquare.Tubular
Syntax
public class Filter
Constructors
Filter()
Initializes a new instance of the Filter class.
Declaration
public Filter()
Properties
Argument
Filter search params.
Declaration
public string[] Argument { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
HasFilter
Flags if the Filter is applied.
Declaration
public bool HasFilter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Filter name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operator
Filter's operator.
Declaration
public CompareOperators Operator { get; set; }
Property Value
Type | Description |
---|---|
CompareOperators |
Text
Filter search text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |