Search Results for

    Show / Hide Table of Contents

    Class Appointment

    Inheritance
    System.Object
    Appointment
    Implements
    IVehicleAdditionalData
    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.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class Appointment : IVehicleAdditionalData

    Constructors

    | Improve this Doc View Source

    Appointment(IT_Vehicle_Appointment)

    Initializes a new appointment using data from a IT_Vehicle_Appointment

    Declaration
    public Appointment(IT_Vehicle_Appointment dbAppointment)
    Parameters
    Type Name Description
    IT_Vehicle_Appointment dbAppointment

    The IT_Vehicle_Appointment instance holding the data to copy

    | Improve this Doc View Source

    Appointment(Guid)

    Initializes a new appointment

    Declaration
    public Appointment(Guid vehicleId)
    Parameters
    Type Name Description
    System.Guid vehicleId

    Unique identifier of the vehicle this appointment is assigned to

    Properties

    | Improve this Doc View Source

    AppointmentType

    Gets the AppointmentType of this appointment

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

    AppointmentTypeId

    Gets or sets the appointment type id

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

    AppointmentTypeName

    Gets the name of the appointment type

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

    CheckType

    Gets or sets the Type to check for(Date, Distance, Hours on road)

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

    Id

    Gets the unique appoint identifier

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

    LastDate

    Gets or sets the last occurence of the appointment

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

    LastValue

    Gets or sets the last value(distance or hours on road) for this appointment

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

    NextDate

    Gets or sets the next occurence of the appointment

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

    NextValue

    Gets or sets the next value(distance or hours on road) for this appointment

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

    Remark

    Gets or sets the remark for this appointment

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

    SupplierGuid

    Gets or sets the kSupplierGuid for the appointment

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

    VehicleId

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

    Methods

    | Improve this Doc View Source

    DeleteData(SAConnection)

    Deletes the appointment set in the instance using the instance's unique identifier set in Id

    Declaration
    public void DeleteData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection

    connection to use for communication with the database

    | Improve this Doc View Source

    LoadData(SAConnection)

    Loads the appointment data using the appointments's unique identifier set in Id

    Declaration
    public void LoadData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection

    connection to use for communication with the database

    | Improve this Doc View Source

    SaveData(SAConnection)

    Saves the appointment set in the instance

    Declaration
    public void SaveData(SAConnection connection)
    Parameters
    Type Name Description
    SAConnection connection

    connection to use for communication with the database

    Implements

    IVehicleAdditionalData
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx