Class Filter
public abstract class Filter : ISearchReport
- Inheritance
-
Filter
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Filter()
protected Filter()
Properties
AdvancedOptionsVisible
public bool AdvancedOptionsVisible { get; set; }
Property Value
FilterIdentifier
public Guid? FilterIdentifier { get; set; }
Property Value
- Guid?
FilterName
public string FilterName { get; set; }
Property Value
IsFilterClean
public bool IsFilterClean { get; set; }
Property Value
IsSchemaOnly
public bool IsSchemaOnly { get; set; }
Property Value
OrderBy
public string OrderBy { get; set; }
Property Value
Paging
public Paging Paging { get; set; }
Property Value
ShowColumns
public Filter.ColumnCollection ShowColumns { get; }