All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
CategoryFilter Class Reference

Represents the filter criteria that can be applied to retrieve the categories. More...

Public Member Functions

 CategoryFilter ()
 Initializes a new instance of the CategoryFilter class. More...
 

Properties

short CategoryLevel [get, set]
 Gets or sets the category level [Root /Immediate subordinate /All] of the category. More...
 
bool CheckAccess [get, set]
 Gets or sets a value indicating whether to check access permissions, for the category. More...
 
CategoryIdentity ParentCategory [get, set]
 Gets or sets the parent category of the category. More...
 
string SearchText [get, set]
 Gets or sets the search text to search the category. More...
 

Description

Represents the filter criteria that can be applied to retrieve the categories.

Constructor & Destructor Documentation

Initializes a new instance of the CategoryFilter class.

Property Documentation

short CategoryLevel
getset

Gets or sets the category level [Root /Immediate subordinate /All] of the category.

0 - Represents Root Level, 1 - Represents Child Level, If none is specified, it represents All.

bool CheckAccess
getset

Gets or sets a value indicating whether to check access permissions, for the category.

True to [check access]; otherwise, false.

CategoryIdentity ParentCategory
getset

Gets or sets the parent category of the category.

ParentCategory when CategoryLevel = 1

string SearchText
getset

Gets or sets the search text to search the category.

The search text.