Click or drag to resize

Vehicle Class

Vehicle data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.Account.Policy.CanadianCommercialAutoVehicle

Namespace:  ASI.TAM.API.Data.UI.Account.Policy.CanadianCommercialAuto
Assembly:  ASI.TAM.API.Data.UI.Account.Policy.CanadianCommercialAuto (in ASI.TAM.API.Data.UI.Account.Policy.CanadianCommercialAuto.dll) Version: 2023.1.0.1249
Syntax
public sealed class Vehicle

The Vehicle type exposes the following members.

Properties
  NameDescription
Public propertyCarrierSubmissionID
Unique identifier used to specify the parent carrier submission containing the Vehicle item.

Created in Epic SDK 2021 R2.

Public propertyIsReadOnly
Whether the parent policy is read only. Items of read only applications cannot be modified.
Public propertyLineID
Unique identifier used to specify parent line containing current vehicle item.
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 R2.

Public propertyTimestamp
Used to prevent overwriting previously saved data.
Public propertyVehicleABValue
Represents the Vehicle screen when the parent line province is AB. Returns nothing otherwise.

Created in Epic SDK 2022 R2.

Public propertyVehicleID
Unique identifier used to specify current vehicle item.
Public propertyVehicleNBValue
Represents the Vehicle screen when the parent line province is NB. Returns nothing otherwise.
Public propertyVehicleNLValue
Represents the Vehicle screen when the parent line province is NL. Returns nothing otherwise.
Public propertyVehicleNSValue
Represents the Vehicle screen when the parent line province is NS. Returns nothing otherwise.
Public propertyVehicleNTValue
Represents the Vehicle screen when the parent line province is NT. Returns nothing otherwise.
Public propertyVehicleNUValue
Represents the Vehicle screen when the parent line province is PE. Returns nothing otherwise.
Public propertyVehicleONValue
Represents the Vehicle screen when the parent line province is ON. Returns nothing otherwise.
Public propertyVehicleOtherValue
Represents the Vehicle screen when the parent line province is any other province. Returns nothing otherwise.
Public propertyVehiclePEValue
Represents the Vehicle screen when the parent line province is PE. Returns nothing otherwise.
Public propertyVehicleQCValue
Represents the Vehicle screen when the parent line province is QC. Returns nothing otherwise.
Public propertyVehicleYTValue
Represents the Vehicle screen when the parent line province is PE. Returns nothing otherwise.
Top
Remarks