Search Results for

    Show / Hide Table of Contents

    Class DailyMileage

    Represents the class DailyMileage.

    Inheritance
    System.Object
    DailyMileage
    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.Logistics.Vehicle
    Assembly: Simplic.Logistics.Vehicle.dll
    Syntax
    public class DailyMileage

    Properties

    | Improve this Doc View Source

    CurrentPrice

    Gets or sets the current price.

    Declaration
    public double CurrentPrice { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    DailyDistance

    Gets or sets the Daily Distance.

    Declaration
    public double DailyDistance { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    DateTime

    Gets or sets the Date.

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

    FuelLevel

    Gets or sets the fuellevel.

    Declaration
    public int FuelLevel { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Guid

    Gets or sets the Guid.

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

    IsProtected

    Gets or sets whether the DailyMileage is protected.

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

    Mileage

    Gets or sets the Mileage.

    Declaration
    public double Mileage { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Note

    Gets or sets the Comment.

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

    TotalPrice

    Gets or sets the total cost.

    Declaration
    public double TotalPrice { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    VehicleId

    Gets or sets the Vehicle Id.

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