Search Results for

    Show / Hide Table of Contents

    Class Trailer

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

    Constructors

    | Improve this Doc View Source

    Trailer()

    Represents a Trailer

    Declaration
    public Trailer()

    Properties

    | Improve this Doc View Source

    AllocationDate

    Gets or sets the Allocation Date

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

    AllocationTime

    Gets or sets the Allocation Time

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

    CostCenterId

    Gets or sets the cost center

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

    DeallocationDate

    Gets or sets the Deallocation Date

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

    DeallocationTime

    Gets or sets the Deallocation Time

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

    ItemContent

    Gets or sets the ItemContent

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

    RegistrationIdentifier

    Gets or sets the registration identifier

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

    Remark

    Gets or sets the remark

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

    StateName

    Gets or sets the state name

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

    TractorUnitGuid

    Gets or sets the Guid of the Tractor Unit

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

    TrailerGuid

    Gets or sets the Guid of the Trailer Unit

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

    VisualIdentifier

    Gets or sets the visual identifier

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

    YearOfManufacturing

    Gets or sets the year of manufacturing

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