Click or drag to resize

Driver Class

Driver data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.Policy.TruckersDriver

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: 20.0.58.1249 (20.0.58.1249)
Syntax
public sealed class Driver

The Driver type exposes the following members.

Properties
  NameDescription
Public propertyAddress
On Insert, if address is not provided and the ContactID is provided, then it is defaulted with the Contact's address. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyBroadenedNoFault
Broadened No Fault

Created in Epic SDK 2021.

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

Created in Epic SDK 2021.

Public propertyCompanyDriverNumber
Unique number used to specify a company driver.

Created in Epic SDK 2021.

Public propertyContactID
Unique identifier used to specify the account contact. On Insert, if a value is provided then some of the driver information is defaulted if there is no user input.On update, this value is ignored.

Created in Epic SDK 2021.

Public propertyDateHired
On Insert, if hired date is not provided and the ContactID is provided, then it is defaulted with the Contact's hired date. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyDateOfBirth
On Insert, if date of birth is not provided and the ContactID is provided, then it is defaulted with the Contact's date of birth. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyDriveOtherCar
Drive Other Car

Created in Epic SDK 2021.

Public propertyDriverID
Unique identifier used to specify a driver.

Created in Epic SDK 2021.

Sometimes Required

Public propertyDriverNumber
Unique number used to specify a driver. 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 propertyDriversLicenseNumber
On Insert, if driver license number is not provided and the ContactID is provided, then it is defaulted with the Contact's driver license number. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyDriverTypeCode
On Insert, if driver type is not provided and the ContactID is provided, then it is defaulted with the Contact's driver type. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyGenderCode
On Insert, if gender is not provided and the ContactID is provided, then it is defaulted with the Contact's gender. It is not defaulted on Update.

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 the line containing driver.

Created in Epic SDK 2021.

Sometimes Required

Public propertyMaritalStatusCode
On Insert, if marital status is not provided and the ContactID is provided, then it is defaulted with the Contact's marital status. It is not defaulted on Update.

Created in Epic SDK 2021.

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

Created in Epic SDK 2021.

Public propertyName
On Insert, if name is not provided and the ContactID is provided, then it is defaulted with the Contact's name. It is not defaulted on Update.

Created in Epic SDK 2021.

Sometimes Required

Public propertyPercentageUse
Percentage Use

Created in Epic SDK 2021.

Public propertySocialSecurityNumber
On Insert, if social security number is not provided and the ContactID is provided, then it is defaulted with the Contact's SSN. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyStateLicensedCode
On Insert, if licensed state is not provided and the ContactID is provided, then it is defaulted with the Contact's licensed state. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyTimestamp
Used to prevent overwriting previously saved data.

Created in Epic SDK 2021.

Public propertyUseTruckersVehicleID
Unique identifier used to specify Truckers Vehicle to be used.

Created in Epic SDK 2021.

Public propertyYearLicensed
On Insert, if licensed year is not provided and the ContactID is provided, then it is defaulted with the Contact's licensed year. It is not defaulted on Update.

Created in Epic SDK 2021.

Public propertyYearsExperience
Years Experience

Created in Epic SDK 2021.

Top
Remarks