Filters |
The FiltersClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | Delete | Deletes a Filter with the given id |
![]() | DeleteAsync | Deletes a Filter with the given id |
![]() | DeleteEffect | Returns a list of DataFilterEffects describing how the deletion of this Filter will affect users who also is assigned to other filters. |
![]() | DeleteEffectAsync | Returns a list of DataFilterEffects describing how the deletion of this Filter will affect users who also is assigned to other filters. |
![]() | Effect | Returns a list of DataFilterEffects describing how this Filter will affect users who also is assigned other filters. |
![]() | EffectAsync | Returns a list of DataFilterEffects describing how this Filter will affect users who also is assigned other filters. |
![]() | Get | Gets a Filter with the given id |
![]() | GetAsync | Gets a Filter with the given id |
![]() | HasFilter | Tests if a users has a Filter assigned for the current Form. |
![]() | HasFilterAsync | Tests if a users has a Filter assigned for the current Form. |
![]() | List | Get a list of Filters for the requested form |
![]() | ListAsync | Get a list of Filters for the requested form |
![]() | Save | Saves a Filter on the server. This is used for both adding and updating. |
![]() | SaveAsync | Saves a Filter on the server. This is used for both adding and updating. |