Click or drag to resize

VehicleEventServiceIsFuelEventTypeIdValid Method

Returns True if provided Id number is a valid Fuel Event Type's Id

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsFuelEventTypeIdValid(
	string authenticationKey,
	int fuelEventTypeId
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
fuelEventTypeId
Type: SystemInt32
Id of Fuel Event Type to Test

Return Value

Type: Boolean
See Also