Search Results for

    Show / Hide Table of Contents

    Class AppointmentViewModel

    Inheritance
    System.Object
    AppointmentViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class AppointmentViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    AppointmentViewModel(Appointment)

    Initializes a new AppointmentViewModel

    Declaration
    public AppointmentViewModel(Appointment appointment)
    Parameters
    Type Name Description
    Appointment appointment

    Appointment holding the data

    | Improve this Doc View Source

    AppointmentViewModel(Guid)

    Initializes a new AppointmentViewModel

    Declaration
    public AppointmentViewModel(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

    Appointment

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

    AppointmentType

    See AppointmentType

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

    AppointmentTypeId

    See AppointmentTypeId

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

    AppointmentTypeName

    See AppointmentTypeName

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

    CheckTypes

    Gets all initialized CheckTypes

    Declaration
    public IList<AppointmentCheckTypeViewModel> CheckTypes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<AppointmentCheckTypeViewModel>
    | Improve this Doc View Source

    Id

    See Id

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

    IsNumericValue

    Gets the Visibillity for Numeric Textboxes

    Declaration
    public Visibility IsNumericValue { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    LastDate

    See LastDate

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

    LastValue

    See LastValue

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

    NextDate

    See NextDate

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

    NextValue

    See NextValue

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

    Remark

    See Remark

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

    SelectedCheckType

    Gets or sets the Selected CheckType

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

    SupplierGuid

    See SupplierGuid

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

    VehicleId

    See VehicleId

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