 | 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)
Syntaxpublic bool IsFuelEventTypeIdValid(
string authenticationKey,
int fuelEventTypeId
)
Public Function IsFuelEventTypeIdValid (
authenticationKey As String,
fuelEventTypeId As Integer
) As Boolean
Parameters
- authenticationKey
- Type: SystemString
Authentication Key - fuelEventTypeId
- Type: SystemInt32
Id of Fuel Event Type to Test
Return Value
Type:
Boolean
See Also