Class TractorUnit
Inheritance
System.Object
TractorUnit
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
[VehicleTypeImplementation("vehicle_type_tractor_unit")]
public class TractorUnit : Vehicle
Constructors
|
Improve this Doc
View Source
TractorUnit()
Initialize new TractorUnit.
Declaration
Properties
|
Improve this Doc
View Source
Drivers
Gets a list of driver. This list is read-only.
Declaration
public IReadOnlyList<Driver> Drivers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<Driver> |
|
|
Improve this Doc
View Source
EngineSerialNumber
Gets or sets the serial number of the engine.
Declaration
public string EngineSerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastInspectionMilage
Gets or sets the mileage of the last inspection.
Declaration
public int? LastInspectionMilage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
PhoneNumber
Gets or sets the phone number of the vehicle.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gets or sets the remarks of the vehicle.
Declaration
public string Remarks { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TollRate
Gets or sets the toll rate of the vehicle.
Declaration
public decimal? TollRate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
TrafficType
Declaration
public TrafficType TrafficType { get; set; }
Property Value
|
Improve this Doc
View Source
Trailers
Gets a list of traielrs. This list is read-only.
Declaration
public IReadOnlyList<Vehicle> Trailers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<Vehicle> |
|
|
Improve this Doc
View Source
TransmissionSerialNumber
Gets or sets the serial number of the transmission.
Declaration
public string TransmissionSerialNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
DeleteTypeSpecificData(SAConnection)
Declaration
public override void DeleteTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides
|
Improve this Doc
View Source
LoadTypeSpecificData(SAConnection)
Declaration
public override void LoadTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides
|
Improve this Doc
View Source
SaveTypeSpecificData(SAConnection)
Declaration
public override void SaveTypeSpecificData(SAConnection connection)
Parameters
Type |
Name |
Description |
SAConnection |
connection |
|
Overrides