Click or drag to resize

SearchFilter Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.DataSearchFilter

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.Data
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.31.10+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class SearchFilter

The SearchFilter type exposes the following members.

Constructors
 NameDescription
Public methodSearchFilterInitializes a new instance of the SearchFilter class
Top
Properties
 NameDescription
Public propertyAdditionalSearchFilters 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
Public propertyAdditionalSearchFiltersOperator Specified operator to use in SQL statement betweeen each AdditionalSearchFilter.
Public propertyClientIds 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.
Public propertyDateEnd Maximum date to return data for.
This parameter will only be used if DateStart is also provided.
This should be null if not specified.
Public propertyDateStart Minimum date to return data for.
This parameter will only be used if DateEnd is also provided.
Public propertyExcludeSubmittedIds 
Public propertyFilters 
Public propertyFilterValues A list of filter values.
See details in remarks.
Public propertyGlobalFilter A filter that will be applied to all text, date, datetime, time and number columns aswell as UserName and ClientSubmittedDate.
Public propertyIds 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.
Public propertyOperator Specified operator to use in SQL statement. (AND or OR)
Public propertyUsername 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").
Top
See Also