FilterService Class |
All methods need an UserDTO as input - login user by using Login(UserDTO, TermsDTO, String) to get an UserDTO.
All methods need a format as input (json/xml) - result of request is delivered on format selected.
Namespace: OfvVehicleData.Service
public class FilterService
The FilterService type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterService | Initializes a new instance of the FilterService class |
| Name | Description | |
|---|---|---|
| RemoveFilter |
Delete specific filter.
| |
| RetrieveFilter |
Retrieve a specific filter.
| |
| RetrieveFilterList |
Retrieve list of all available filter for given user.
| |
| StoreFilter |
Store (NEW/UPDATE) filter.
- if id is 0 then new entry will be added in database, otherwise its threated as an update. |
THIS SERVICE IS PRETENTED TO BE USED BY OFV Kjøretøydata application ONLY!