Search Results for

    Show / Hide Table of Contents

    Class VehicleEquipmentItemViewModel

    Viewmodel containing the data of a Simplic.PlugIn.Logistics.UI.ViewModel.VehicleEquipmentItemViewModel.VehicleEquipmentItem

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

    Constructors

    | Improve this Doc View Source

    VehicleEquipmentItemViewModel(VehicleEquipmentItem)

    Initializes a new instance

    Declaration
    public VehicleEquipmentItemViewModel(VehicleEquipmentItem vehicleEquipmentItem)
    Parameters
    Type Name Description
    VehicleEquipmentItem vehicleEquipmentItem

    Simplic.PlugIn.Logistics.UI.ViewModel.VehicleEquipmentItemViewModel.VehicleEquipmentItem holding the data

    Properties

    | Improve this Doc View Source

    AllocationDate

    See AllocationDate

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

    AllocationTime

    See AllocationTime

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

    Count

    see Count

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

    DeallocationDate

    See DeallocationDate

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

    DeallocationTime

    See DeallocationTime

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

    EquipmentItem

    Gets the viewmodel of the allocated EquipmentItem

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

    EquipmentItemId

    See

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

    EquipmentType

    See EquipmentType

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

    EquipmentTypeId

    See EquipmentTypeId

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

    EquipmentTypeName

    See EquipmentTypeName

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

    Identifier

    See Identifier

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

    IdentifierName

    See IdentifierName

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

    IsDirty

    See IsDirty

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

    Remark

    See Remark

    Declaration
    public string Remark { get; }
    Property Value
    Type Description
    System.String
    | 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