Search Results for

    Show / Hide Table of Contents

    Class Forklift

    Represents a Forklift-EquipmentItem

    Inheritance
    System.Object
    EquipmentItem
    Forklift
    Inherited Members
    EquipmentItem.Count
    EquipmentItem.DbEquipment
    EquipmentItem.EquipmentTypeName
    EquipmentItem.Id
    EquipmentItem.Identifier
    EquipmentItem.IdentifierName
    EquipmentItem.IsDeleted
    EquipmentItem.Remark
    EquipmentItem.AdditionalProperties
    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 Forklift : EquipmentItem

    Constructors

    | Improve this Doc View Source

    Forklift()

    Declaration
    public Forklift()
    | Improve this Doc View Source

    Forklift(IT_Vehicle_EquipmentItem)

    Initialize a new forklift equipment item using a IT_Vehicle_EquipmentItem holding the data to use

    Declaration
    public Forklift(IT_Vehicle_EquipmentItem dbEquipment)
    Parameters
    Type Name Description
    IT_Vehicle_EquipmentItem dbEquipment

    Properties

    | Improve this Doc View Source

    AcquisitionCost

    Gets or sets the AcquisitionCost

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

    AcquisitionDate

    Gets or sets the AcquisitionDate

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

    AcquisitionInvoiceNumber

    Gets or sets the AcquisitionInvoiceNumber

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

    AcquisitionVendorId

    Gets or sets the AcquisitionVendorId

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

    Characteristics

    Gets or sets the characteristics

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

    ChargeeId

    Gets or sets the ChargeeId

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

    CostCenter

    Gets or sets the CostCenter

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

    DeprecationEnd

    Gets or sets the DeprecationEnd

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

    DeprecationMonthlyAmount

    Gets or sets the DeprecationMonthlyAmount

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

    DeprecationUsefulLife

    Gets or sets the DeprecationUsefulLife

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

    DeprecationUsefulLifeType

    Gets or sets the DeprecationUsefulLifeType

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

    EquipmentTypeId

    Gets the EquipmentTypeId

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

    FinancingAccount

    Gets or sets the FinancingAccount

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

    FinancingAmount

    Gets or sets the FinancingAmount

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

    FinancingBeginDate

    Gets or sets the FinancingBeginDate

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

    FinancingContractNumber

    Gets or sets the FinancingContractNumber

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

    FinancingEndDate

    Gets or sets the FinancingEndDate

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

    FinancingFinalRate

    Gets or sets the FinancingFinalRate

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

    FinancingInterest

    Gets or sets the FinancingInterest

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

    FinancingLenderId

    Gets or sets the FinancingLenderId

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

    FinancingRate

    Gets or sets the FinancingRate

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

    FinancingRemark

    Gets or sets the FinancingRemark

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

    FinancingTypeId

    Gets or sets the FinancingTypeId

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

    ForkliftTestDate

    Gets or sets the ForliftTestDate

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

    HasTestBook

    Gets or sets the Flag HasTestBook

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

    HasTestReport

    Gets or sets the Flag HasTestReport

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

    InventoryNumber

    Gets or sets the InventoryNumber

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

    Manufacturer

    Gets or sets the Manufacturer

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

    Matchcode

    Gets or sets the Matchcode

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

    OwnerId

    Gets or sets the OwnerId

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

    PermissableLoad

    Gets or sets the permissableLoad

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

    TradeName

    Gets or sets the TradeName

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

    Type

    Gets or sets the Type

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

    YearOfManufacturing

    Gets or sets the YearOfManufacturing

    Declaration
    public DateTime? YearOfManufacturing { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx