Table of Contents

Class Filter

Namespace
Shift.Common
Assembly
Shift.Common.dll
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

bool

FilterIdentifier

public Guid? FilterIdentifier { get; set; }

Property Value

Guid?

FilterName

public string FilterName { get; set; }

Property Value

string

IsFilterClean

public bool IsFilterClean { get; set; }

Property Value

bool

IsSchemaOnly

public bool IsSchemaOnly { get; set; }

Property Value

bool

OrderBy

public string OrderBy { get; set; }

Property Value

string

Paging

public Paging Paging { get; set; }

Property Value

Paging

ShowColumns

public Filter.ColumnCollection ShowColumns { get; }

Property Value

Filter.ColumnCollection