Interfaces
IVehicleConfigService
Provides access to vehicle config data.
Methods
GetAll
Retrieves all vehicle configurations of a specific type.
Parameters
| Name | Type | Description |
|---|---|---|
| type | VehicleConfigType | The type of vehicle configuration to retrieve. |
Returns
| Name | Type |
|---|---|
| List<VehicleConfig<Dictionary<string, object>>> | A list of vehicle configurations. |
GetAll
Retrieves all vehicle configurations of a specific type, with options deserialized to a specified type.
Parameters
| Name | Type | Description |
|---|---|---|
| type | VehicleConfigType | The type of vehicle configuration to retrieve. |
Returns
| Name | Type |
|---|---|
| List<VehicleConfig<TOptions>> | A list of vehicle configurations with deserialized options. |