Search Results for

    Show / Hide Table of Contents

    Class IT_Vehicle

    base data of a vehicle

    Inheritance
    System.Object
    IT_Vehicle
    Namespace: Simplic.PlugIn.Logistics.EF
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class IT_Vehicle : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    IT_Vehicle()

    Declaration
    public IT_Vehicle()

    Properties

    | Improve this Doc View Source

    CarrierContactId

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

    CreateDateTime

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

    Department

    Declaration
    public virtual IT_Vehicle_CoreData_Department Department { get; set; }
    Property Value
    Type Description
    IT_Vehicle_CoreData_Department
    | Improve this Doc View Source

    DepartmentGuid

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

    DispositionSortingKey

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

    FuelTankCapacity

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

    Guid

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

    IsDeleted

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

    IsSystemVehicle

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

    IT_Vehicle_Bookkeeping_Vehicle

    Declaration
    public virtual IT_Vehicle_Bookkeeping IT_Vehicle_Bookkeeping_Vehicle { get; set; }
    Property Value
    Type Description
    IT_Vehicle_Bookkeeping
    | Improve this Doc View Source

    IT_Vehicle_RegistrationCertificate_Vehicle

    Declaration
    public virtual IT_Vehicle_RegistrationCertificate IT_Vehicle_RegistrationCertificate_Vehicle { get; set; }
    Property Value
    Type Description
    IT_Vehicle_RegistrationCertificate
    | Improve this Doc View Source

    IT_Vehicle_Type_DistributionCostCenter_Vehicle

    Declaration
    public virtual IT_Vehicle_Type_DistributionCostCenter IT_Vehicle_Type_DistributionCostCenter_Vehicle { get; set; }
    Property Value
    Type Description
    IT_Vehicle_Type_DistributionCostCenter
    | Improve this Doc View Source

    IT_Vehicle_Type_TractorUnit_Vehicle

    Declaration
    public virtual IT_Vehicle_Type_TractorUnit IT_Vehicle_Type_TractorUnit_Vehicle { get; set; }
    Property Value
    Type Description
    IT_Vehicle_Type_TractorUnit
    | Improve this Doc View Source

    Location

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

    MatchCode

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

    MileAge

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

    MileAgeDate

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

    OperatingHours

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

    P_IF_LastUpdateDatetime

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

    QRCode

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

    RegistrationDocument

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

    RegistrationDocumentLocationId

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

    Remark

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

    State

    Declaration
    public virtual IT_Vehicle_CoreData_State State { get; set; }
    Property Value
    Type Description
    IT_Vehicle_CoreData_State
    | Improve this Doc View Source

    StateGuid

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

    TenantId

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

    Type

    Declaration
    public virtual IT_Vehicle_CoreData_VehicleType Type { get; set; }
    Property Value
    Type Description
    IT_Vehicle_CoreData_VehicleType
    | Improve this Doc View Source

    TypeGuid

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

    UpdateDateTime

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

    VehicleRegistration

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

    YearOfManufacturing

    Declaration
    public DateTime? YearOfManufacturing { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx