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

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

Public Member Functions

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

Properties

CategoryIdentity CategoryIdentity [get, set]
 Gets or sets the category identity. More...
 
bool GetResourcesInSubcategories [get, set]
 Gets or sets a value indicating whether [get resources in subcategories]. More...
 
bool GetRuntimeResources [get, set]
 Gets or sets a value indicating whether [get runtime resources]. More...
 
ResourceIdentity GroupResourceIdentity [get, set]
 Gets or sets the group resource 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...
 
short SecurityLevelMax [get, set]
 Gets or sets the security level max. More...
 
short SkillLevelMax [get, set]
 Gets or sets the skill level max. More...
 
short SkillLevelMin [get, set]
 Gets or sets the skill level min. 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 ResourceFilter2 class.

Property Documentation

Gets or sets the category identity.

The category identity.

bool GetResourcesInSubcategories
getset

Gets or sets a value indicating whether [get resources in subcategories].

true if [get resources in subcategories]; otherwise, false.

bool GetRuntimeResources
getset

Gets or sets a value indicating whether [get runtime resources].

true if [get runtime resources]; otherwise, false.

ResourceIdentity GroupResourceIdentity
getset

Gets or sets the group resource identity.

The group resource identity.

bool OrderByName
getsetinherited

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
getsetinherited

Gets or sets resource type.

Resource Type enumeration.

string SearchText
getsetinherited

Gets or sets the search text.

The search text.

short SecurityLevelMax
getset

Gets or sets the security level max.

The security level max.

short SkillLevelMax
getset

Gets or sets the skill level max.

The skill level max.

short SkillLevelMin
getset

Gets or sets the skill level min.

The skill level min.

bool UseSecurityLevel
getsetinherited

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

The Use Security value.

bool UseSkillLevel
getsetinherited

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

The Use Skill Level value.