Class AbstractCustomFilters<T>
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class AbstractCustomFilters<T> : object where T : AbstractCustomFilter
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
And
Declaration
public bool And { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
First
Declaration
public T First { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
Second
Declaration
public T Second { get; set; }
Property Value
| Type | Description |
|---|---|
| T |