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

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

Public Member Functions

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

Properties

CategoryIdentity CategoryIdentity [get, set]
 Gets or sets the category identity. More...
 
bool OrderByName [get, set]
 Gets or sets a value indicating whether the resources are ordered by name. More...
 
ResourceIdentity ResourceIdentity [get, set]
 Gets or sets the resource identity. More...
 
short ResourceType [get, set]
 Gets or sets resource type. More...
 
string SearchText [get, set]
 Gets or sets the search text. More...
 
bool UseSecurityLevel [get, set]
 Gets or sets a value indicating whether to use security level. More...
 
bool UseSkillLevel [get, set]
 Gets or sets a value indicating whether to use skill level. More...
 

Description

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

Constructor & Destructor Documentation

Initializes a new instance of the ResourceFilter class.

Property Documentation

Gets or sets the category identity.

The category identity.

bool OrderByName
getset

Gets or sets a value indicating whether the resources are ordered by name.

The order by name value.

Gets or sets the resource identity.

The resource identity.

short ResourceType
getset

Gets or sets resource type.

Resource Type enumeration.

string SearchText
getset

Gets or sets the search text.

The search text.

bool UseSecurityLevel
getset

Gets or sets a value indicating whether to use security level.

The Use Security value.

bool UseSkillLevel
getset

Gets or sets a value indicating whether to use skill level.

The Use Skill Level value.