Click or drag to resize

VehicleInformationServiceGetEnvironmentPoster2020 Method

OFV Kjøretøydata service

Generates the environment poster as a pdf.

Namespace:  OfvVehicleData.Service
Assembly:  OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DTO GetEnvironmentPoster2020(
	UserDTO user,
	string model,
	string fuelType,
	string fuelConsumption,
	string co2Emission,
	string co2Tax,
	string noxEmission,
	string noxTax,
	string energyConsumption,
	string noxScale,
	string co2Scale,
	string noxScaleLetter,
	string format
)

Parameters

user
Type: OfvService.DTO.LoginUserDTO
model
Type: SystemString
fuelType
Type: SystemString
fuelConsumption
Type: SystemString
co2Emission
Type: SystemString
co2Tax
Type: SystemString
noxEmission
Type: SystemString
noxTax
Type: SystemString
energyConsumption
Type: SystemString
noxScale
Type: SystemString
co2Scale
Type: SystemString
noxScaleLetter
Type: SystemString

[Missing <param name="noxScaleLetter"/> documentation for "M:OfvVehicleData.Service.VehicleInformationService.GetEnvironmentPoster2020(OfvService.DTO.Login.UserDTO,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

format
Type: SystemString

Return Value

Type: DTO

[Missing <returns> documentation for "M:OfvVehicleData.Service.VehicleInformationService.GetEnvironmentPoster2020(OfvService.DTO.Login.UserDTO,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also