ComparisonServiceRetrieveComparison Method |
OFV Kjøretøydata service
Retrieve a specific comparison.
Namespace:
OfvVehicleData.Service
Assembly:
OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DTO RetrieveComparison(
UserDTO user,
int comparisonId,
int vehicleGroup,
string format
)
Parameters
- user
- Type: OfvService.DTO.LoginUserDTO
UserDTO. - comparisonId
- Type: SystemInt32
The comparison id to retreive. - vehicleGroup
- Type: SystemInt32
Vehiclegroup code defines which group to work with. - format
- Type: SystemString
json/xml - which format result will be delivered in.
Return Value
Type:
DTO[Missing <returns> documentation for "M:OfvVehicleData.Service.ComparisonService.RetrieveComparison(OfvService.DTO.Login.UserDTO,System.Int32,System.Int32,System.String)"]
See Also