Search Results for

    Show / Hide Table of Contents

    Class IT_Vehicle_Appointment

    appointments of a vehicle

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

    Constructors

    | Improve this Doc View Source

    IT_Vehicle_Appointment()

    Declaration
    public IT_Vehicle_Appointment()

    Properties

    | Improve this Doc View Source

    AppointmentType

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

    AppointmentTypeGuid

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

    CheckType

    Declaration
    public int CheckType { 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

    LastDate

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

    LastValue

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

    NextDate

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

    NextValue

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

    Remark

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

    SupplierGuid

    Declaration
    public Guid? SupplierGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<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

    Vehicle

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

    VehicleGuid

    Declaration
    public Guid VehicleGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    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