Search Results for

    Show / Hide Table of Contents

    Class ForkliftViewModel

    Viewmodel which containing the data of a Forklift

    Inheritance
    System.Object
    EquipmentItemBaseViewModel<Forklift>
    ForkliftViewModel
    Implements
    IGenericEquipmentItemViewModel<Forklift>
    IEquipmentItemViewModel
    Inherited Members
    EquipmentItemBaseViewModel<Forklift>.GetEquipment()
    EquipmentItemBaseViewModel<Forklift>.Count
    EquipmentItemBaseViewModel<Forklift>.EquipmentItem
    EquipmentItemBaseViewModel<Forklift>.Id
    EquipmentItemBaseViewModel<Forklift>.Identifier
    EquipmentItemBaseViewModel<Forklift>.IdentifierName
    EquipmentItemBaseViewModel<Forklift>.EquipmentType
    EquipmentItemBaseViewModel<Forklift>.EquipmentTypeId
    EquipmentItemBaseViewModel<Forklift>.EquipmentTypeName
    EquipmentItemBaseViewModel<Forklift>.Remark
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ForkliftViewModel : EquipmentItemBaseViewModel<Forklift>, IGenericEquipmentItemViewModel<Forklift>, IEquipmentItemViewModel

    Constructors

    | Improve this Doc View Source

    ForkliftViewModel(Forklift)

    Initializes a new ForkliftViewModel

    Declaration
    public ForkliftViewModel(Forklift equipment)
    Parameters
    Type Name Description
    Forklift equipment

    Properties

    | Improve this Doc View Source

    AcquisitionCost

    See AcquisitionCost

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

    AcquisitionDate

    See AcquisitionDate

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

    AcquisitionInvoiceNumber

    See AcquisitionInvoiceNumber

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

    AcquisitionVendorId

    See AcquisitionVendorId

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

    characteristics

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

    ChargeeId

    See ChargeeId

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

    CostCenter

    See CostCenter

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

    DeprecationMonthlyAmount

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

    DeprecationStart

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

    DeprecationUsefulLife

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

    FinancingAccount

    See FinancingRemark

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

    FinancingAmount

    See FinancingAmount

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

    FinancingBeginDate

    See FinancingBeginDate

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

    FinancingContractNumber

    See FinancingContractNumber

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

    FinancingEndDate

    See FinancingEndDate

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

    FinancingFinalRate

    See FinancingFinalRate

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

    FinancingInterest

    See FinancingInterest

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

    FinancingLenderId

    See FinancingLenderId

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

    FinancingRate

    See FinancingRate

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

    FinancingRemark

    See FinancingRemark

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

    FinancingTypeId

    See FinancingTypeId

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

    ForkliftTestDate

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

    HasTestBook

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

    HasTestReport

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

    InventoryNumber

    See InventoryNumber

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

    Manufacturer

    See Manufacturer

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

    Matchcode

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

    OwnerId

    See OwnerId

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

    permissableLoad

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

    TradeName

    See TradeName

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

    Type

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

    YearOfManufacturing

    See YearOfManufacturing

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

    Implements

    IGenericEquipmentItemViewModel<T>
    IEquipmentItemViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx