Click or drag to resize

Vehicle Class

Vehicle data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.Policy.TruckersVehicle
Namespace:  ASI.TAM.API.Data.UI.Account.Policy.Truckers
Assembly:  ASI.TAM.API.Data.UI.Account.Policy.Truckers (in ASI.TAM.API.Data.UI.Account.Policy.Truckers.dll) Version: 16.0.54.391 (16.0.54.391)
Syntax
public sealed class Vehicle

The Vehicle type exposes the following members.

Properties
  NameDescription
Public propertyBodyTypeCode
Body Type Code

Created in Epic SDK 2021.

Public propertyBodyTypeIfOther
Body Type If Other

Created in Epic SDK 2021.

Public propertyCarrierSubmissionID
Unique identifier used to specify the parent carrier submission containing the vehicle item.

Created in Epic SDK 2021.

Public propertyCompanyVehicleNumber
Unique number used to specify a company vehicle.

Created in Epic SDK 2021.

Public propertyCoveragesValue
Used to expose properties contained in the VehicleCoverages tab.

Created in Epic SDK 2021.

Public propertyGarageAddress
Garage Address

Created in Epic SDK 2021.

Public propertyInsuredID
Insured I D

Created in Epic SDK 2021.

Public propertyIsReadOnly
Whether the parent policy is read only. Items of read only applications cannot be modified.

Created in Epic SDK 2021.

Public propertyLineID
Unique identifier used to specify Line containing VehicleID.

Created in Epic SDK 2021.

Sometimes Required

Public propertyMake
Make

Created in Epic SDK 2021.

Public propertyMarketingLineID
Unique identifier used to specify the parent marketing line containing the vehicle item. Either LineID or MarketingLineID is required.

Created in Epic SDK 2021.

Public propertyModel
Model

Created in Epic SDK 2021.

Public propertyPlateNumber
Plate Number

Created in Epic SDK 2021.

Public propertyRatingValue
Used to expose properties contained in the VehicleRating tab.

Created in Epic SDK 2021.

Public propertyTimestamp
Used to prevent overwriting previously saved data.

Created in Epic SDK 2021.

Public propertyVehicleID
Unique identifier used to specify Vehicle ID.

Created in Epic SDK 2021.

Sometimes Required

Public propertyVehicleIdentificationNumber
Vehicle Identification Number

Created in Epic SDK 2021.

Public propertyVehicleNumber
Unique number used to specify a vehicle. It is required on Update. On Insert, if a value is not provided then it is defaulted with the next available number only until 9999. After that, it would complain that DriverNumber must be in the valid range. In that case the user would have to enter a unique number available within that range.

Created in Epic SDK 2021.

Sometimes Required

Public propertyYear
Year

Created in Epic SDK 2021.

Top
Remarks