Search |
public class SearchFilter
The SearchFilter type exposes the following members.
Name | Description | |
---|---|---|
SearchFilter | Initializes a new instance of the SearchFilter class |
Name | Description | |
---|---|---|
AdditionalSearchFilters | List of additional searchfilters which doesn't bind on one particular element. With multiple additional searchfilters, they will be wrapped in parantheses and applition the AdditionalSearchFilterOperator | |
AdditionalSearchFiltersOperator | Specified operator to use in SQL statement betweeen each AdditionalSearchFilter. | |
ClientIds | Parameter can be used to request specific data from ids, if the list is empty this parameter will be ignored. If this value is provided Filters, FilterValues and AddtionalSearchFilters will be ignored. | |
DateEnd |
Maximum date to return data for. This parameter will only be used if DateStart is also provided. This should be null if not specified. | |
DateStart |
Minimum date to return data for. This parameter will only be used if DateEnd is also provided. | |
ExcludeSubmittedIds | ||
Filters | ||
FilterValues |
A list of filter values. See details in remarks. | |
GlobalFilter | A filter that will be applied to all text, date, datetime, time and number columns aswell as UserName and ClientSubmittedDate. | |
Ids | Parameter can be used to request specific data from ids, if the list is empty this parameter will be ignored. If this value is provided Filters, FilterValues and AddtionalSearchFilters will be ignored. | |
Operator | Specified operator to use in SQL statement. (AND or OR) | |
Username | Filters the result by username. This value can be a either a partial or full username (etc. "sj" will return all rows submitted by "sje"). |