Class Forklift
Represents a Forklift-EquipmentItem
Inherited Members
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class Forklift : EquipmentItem
Constructors
| Improve this Doc View SourceForklift()
Declaration
public Forklift()
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 SourceAcquisitionCost
Gets or sets the AcquisitionCost
Declaration
public decimal? AcquisitionCost { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
AcquisitionDate
Gets or sets the AcquisitionDate
Declaration
public DateTime? AcquisitionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
AcquisitionInvoiceNumber
Gets or sets the AcquisitionInvoiceNumber
Declaration
public string AcquisitionInvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AcquisitionVendorId
Gets or sets the AcquisitionVendorId
Declaration
public Guid? AcquisitionVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Characteristics
Gets or sets the characteristics
Declaration
public string Characteristics { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChargeeId
Gets or sets the ChargeeId
Declaration
public Guid? ChargeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CostCenter
Gets or sets the CostCenter
Declaration
public string CostCenter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeprecationEnd
Gets or sets the DeprecationEnd
Declaration
public DateTime DeprecationEnd { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DeprecationMonthlyAmount
Gets or sets the DeprecationMonthlyAmount
Declaration
public float DeprecationMonthlyAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
DeprecationUsefulLife
Gets or sets the DeprecationUsefulLife
Declaration
public int DeprecationUsefulLife { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DeprecationUsefulLifeType
Gets or sets the DeprecationUsefulLifeType
Declaration
public byte DeprecationUsefulLifeType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
EquipmentTypeId
Gets the EquipmentTypeId
Declaration
public override Guid EquipmentTypeId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Overrides
| Improve this Doc View SourceFinancingAccount
Gets or sets the FinancingAccount
Declaration
public string FinancingAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancingAmount
Gets or sets the FinancingAmount
Declaration
public decimal? FinancingAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FinancingBeginDate
Gets or sets the FinancingBeginDate
Declaration
public DateTime? FinancingBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FinancingContractNumber
Gets or sets the FinancingContractNumber
Declaration
public string FinancingContractNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancingEndDate
Gets or sets the FinancingEndDate
Declaration
public DateTime? FinancingEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FinancingFinalRate
Gets or sets the FinancingFinalRate
Declaration
public decimal? FinancingFinalRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FinancingInterest
Gets or sets the FinancingInterest
Declaration
public decimal? FinancingInterest { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FinancingLenderId
Gets or sets the FinancingLenderId
Declaration
public Guid? FinancingLenderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FinancingRate
Gets or sets the FinancingRate
Declaration
public decimal? FinancingRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FinancingRemark
Gets or sets the FinancingRemark
Declaration
public string FinancingRemark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FinancingTypeId
Gets or sets the FinancingTypeId
Declaration
public int? FinancingTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ForkliftTestDate
Gets or sets the ForliftTestDate
Declaration
public DateTime? ForkliftTestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
HasTestBook
Gets or sets the Flag HasTestBook
Declaration
public bool? HasTestBook { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
HasTestReport
Gets or sets the Flag HasTestReport
Declaration
public bool? HasTestReport { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
InventoryNumber
Gets or sets the InventoryNumber
Declaration
public string InventoryNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Manufacturer
Gets or sets the Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Matchcode
Gets or sets the Matchcode
Declaration
public string Matchcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwnerId
Gets or sets the OwnerId
Declaration
public Guid? OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PermissableLoad
Gets or sets the permissableLoad
Declaration
public int PermissableLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TradeName
Gets or sets the TradeName
Declaration
public string TradeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the Type
Declaration
public Guid Type { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
YearOfManufacturing
Gets or sets the YearOfManufacturing
Declaration
public DateTime? YearOfManufacturing { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |