All Classes Namespaces Functions Properties Pages
Properties | List of all members
FieldFilterInfo Class Reference

FieldFilterInfo Class. More...

Properties

string FieldValue [get, set]
 Gets or sets the field value. More...
 
string Id [get, set]
 Gets or sets the id. More...
 
bool IsFieldUsed [get, set]
 Gets or sets a value indicating whether the field is used. More...
 
string Name [get, set]
 Gets or sets the Name More...
 
short OperatorValue [get, set]
 Gets or sets the operatorValue

EnumerationDescription
0Equals
1Greater Than
2Greater Than Or Equal To
3Less Than
4Less Than Or Equal To
5Not Equal To
6In
7Like
8Not Like
More...
 

Description

FieldFilterInfo Class.

When searching on string meta data fields, the LIKE and NOT LIKE operators can be used to perform wildcard search. The supported wildcard functions are *,?,~.

?Matches any single character. For example, "Bl?ck" finds either "Black" or "Block"
*Matches any one or more characters. For example, "North*" finds "North", "Northeast", and "Northwest". And "(*)" finds any content enclosed by parentheses
~Used as an escape character to include a literal question mark, asterisk, or tilde. For example, to find "West*" use "West~*"

Property Documentation

string FieldValue
getset

Gets or sets the field value.

string Id
getset

Gets or sets the id.

bool IsFieldUsed
getset

Gets or sets a value indicating whether the field is used.

string Name
getset

Gets or sets the Name

short OperatorValue
getset

Gets or sets the operatorValue

EnumerationDescription
0Equals
1Greater Than
2Greater Than Or Equal To
3Less Than
4Less Than Or Equal To
5Not Equal To
6In
7Like
8Not Like