DummyService 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 DummyService
The DummyService type exposes the following members.
| Name | Description | |
|---|---|---|
| DummyService | Initializes a new instance of the DummyService class |
| Name | Description | |
|---|---|---|
| RemoveDummy |
Delete specific dummy.
| |
| RetrieveDummy |
Retrieve a specific dummy.
| |
| RetrieveDummyList |
Retrieve list of all available dummies for user.
| |
| StoreDummy |
Store (NEW/UPDATE) dummy.
- 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!