Search Results for

    Show / Hide Table of Contents

    Class AdditionalTechnicalData

    Inheritance
    System.Object
    AdditionalTechnicalData
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class AdditionalTechnicalData

    Constructors

    | Improve this Doc View Source

    AdditionalTechnicalData()

    Initializes a new additional technical data model

    Declaration
    public AdditionalTechnicalData()

    Properties

    | Improve this Doc View Source

    EmptyWeight

    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>
    | Improve this Doc View Source

    FrameColor

    Gets or sets the color of the vehicle frame

    Declaration
    public string FrameColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    HasFixedSuperstructure

    Gets or sets whether the vehicle has a fixed superstructure

    Declaration
    public bool HasFixedSuperstructure { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Id

    Gets or sets the Id of the vehicle

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    RimSizeAxle1

    Gets or sets the size of the rims on axle 1

    Declaration
    public string RimSizeAxle1 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RimSizeAxle2

    Gets or sets the size of the rims on axle 2

    Declaration
    public string RimSizeAxle2 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RimSizeAxle3

    Gets or sets the size of the rims on axle 3

    Declaration
    public string RimSizeAxle3 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    SuperstructureParkingSpaces

    Gets or sets the amount of parking spaces

    Declaration
    public uint SuperstructureParkingSpaces { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    SuperstructureTireAmount

    Gets or sets the tire amound of the superstructure

    Declaration
    public uint? SuperstructureTireAmount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    TireAmount

    Gets or sets the total tire amount

    Declaration
    public uint? TireAmount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.UInt32>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    TireSizeSteeringAxle

    Gets or sets the steering tire size in mm

    Declaration
    public decimal? TireSizeSteeringAxle { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    VehicleExecution

    Gets or sets the execution of the vehicle

    Declaration
    public string VehicleExecution { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx