ComparisonService 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 ComparisonService
The ComparisonService type exposes the following members.
| Name | Description | |
|---|---|---|
| ComparisonService | Initializes a new instance of the ComparisonService class |
| Name | Description | |
|---|---|---|
| RemoveComparison |
Delete specific comparison.
| |
| RetreiveComparisonList |
Retrieve list of all available for user.
| |
| RetrieveComparison |
Retrieve a specific comparison.
| |
| StoreComparison |
Store (NEW/UPDATE) comparison.
- 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!