Class AdditionalTechnicalData
Inheritance
Inherited Members
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AdditionalTechnicalData
Constructors
| Improve this Doc View SourceAdditionalTechnicalData()
Initializes a new additional technical data model
Declaration
public AdditionalTechnicalData()
Properties
| Improve this Doc View SourceEmptyWeight
Gets or sets the empty weight of the vehicle in kg
Declaration
public decimal? EmptyWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FrameColor
Gets or sets the color of the vehicle frame
Declaration
public string FrameColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuelAmount
Gets or sets the amount of fuel currently filled in the vehicle in liter
Declaration
public decimal? FuelAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
HasFixedSuperstructure
Gets or sets whether the vehicle has a fixed superstructure
Declaration
public bool HasFixedSuperstructure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the Id of the vehicle
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Payload
Gets or sets the payload (Nutzlast) of the vehicle in kg
Declaration
public decimal? Payload { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
RimSizeAxle1
Gets or sets the size of the rims on axle 1
Declaration
public string RimSizeAxle1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RimSizeAxle2
Gets or sets the size of the rims on axle 2
Declaration
public string RimSizeAxle2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RimSizeAxle3
Gets or sets the size of the rims on axle 3
Declaration
public string RimSizeAxle3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SuperstructureInsideHeight
Gets or sets the inside height of the superstructure in meters
Declaration
public decimal? SuperstructureInsideHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureInsideLength
Gets or sets the inside length of the superstructure in meters
Declaration
public decimal? SuperstructureInsideLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureInsideWidth
Gets or sets the inside width of the superstructure in meters
Declaration
public decimal? SuperstructureInsideWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureLoadingHeightBack
Gets or sets the loading height in the back of the superstructure in meters
Declaration
public decimal? SuperstructureLoadingHeightBack { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureLoadingHeightFront
Gets or sets the loading height in the back of the superstructure in meters
Declaration
public decimal? SuperstructureLoadingHeightFront { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureParkingSpaces
Gets or sets the amount of parking spaces
Declaration
public uint SuperstructureParkingSpaces { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SuperstructureTireAmount
Gets or sets the tire amound of the superstructure
Declaration
public uint? SuperstructureTireAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt32> |
SuperstructureTireSizeLiftAxle
Gets or sets the size of the tires attached to the lift axle of the superstructure
Declaration
public decimal? SuperstructureTireSizeLiftAxle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureTireSizeNormalAxis
Gets or sets the size of the tires attached to the normal axis of the superstructure
Declaration
public decimal? SuperstructureTireSizeNormalAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SuperstructureVolume
Gets or sets the volume inside the superstructure in cubic meters
Declaration
public decimal? SuperstructureVolume { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TireAmount
Gets or sets the total tire amount
Declaration
public uint? TireAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt32> |
TireSizeDriveAxle
Gets or sets the drive axle tire size in mm
Declaration
public decimal? TireSizeDriveAxle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TireSizeLiftAxle
Gets or sets the lift axle tire size in mm
Declaration
public decimal? TireSizeLiftAxle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TireSizeSteeringAxle
Gets or sets the steering tire size in mm
Declaration
public decimal? TireSizeSteeringAxle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TotalWeight
Gets or sets the totoal weigth of the vehicle in kg
Declaration
public decimal? TotalWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
VehicleExecution
Gets or sets the execution of the vehicle
Declaration
public string VehicleExecution { get; set; }
Property Value
Type | Description |
---|---|
System.String |