Search Results for

    Show / Hide Table of Contents

    Class Toll

    Represents a Toll

    Inheritance
    System.Object
    Toll
    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 Toll

    Constructors

    | Improve this Doc View Source

    Toll()

    Initialize instance

    Declaration
    public Toll()

    Properties

    | Improve this Doc View Source

    AxleCount

    Gets or sets the property AxleCount as int

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

    EmissionClassId

    Gets or sets the property EmissionClassId as Guid

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

    Guid

    Gets or sets the property Guid as Guid

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

    OrderNumber

    Gets or sets the property OrderNumber as string

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

    PermissableTotalWeight

    Gets or sets the property PermissableTotalWeight as double

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

    TollEmissionClassId

    Gets or sets the property TollEmissionClassId as Guid

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

    TollRegistrationDate

    Gets or sets the property Registration as DateTime

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

    VehicleGuid

    Gets or sets the VehicleGuid

    Declaration
    public Guid VehicleGuid { 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