Class ForkliftViewModel
Viewmodel which containing the data of a Forklift
Inheritance
System.Object
ForkliftViewModel
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
Declaration
public decimal? AcquisitionCost { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
AcquisitionDate
Declaration
public DateTime? AcquisitionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
AcquisitionInvoiceNumber
Declaration
public string AcquisitionInvoiceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AcquisitionVendorId
Declaration
public Guid? AcquisitionVendorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
characteristics
Declaration
public string characteristics { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ChargeeId
Declaration
public Guid? ChargeeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CostCenter
Declaration
public string CostCenter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeprecationMonthlyAmount
Declaration
public float DeprecationMonthlyAmount { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DeprecationStart
Declaration
public DateTime DeprecationStart { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
DeprecationUsefulLife
Declaration
public int DeprecationUsefulLife { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FinancingAccount
Declaration
public string FinancingAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FinancingAmount
Declaration
public decimal? FinancingAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
FinancingBeginDate
Declaration
public DateTime? FinancingBeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
FinancingContractNumber
Declaration
public string FinancingContractNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FinancingEndDate
Declaration
public DateTime? FinancingEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
FinancingFinalRate
Declaration
public decimal? FinancingFinalRate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
FinancingInterest
Declaration
public decimal? FinancingInterest { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
FinancingLenderId
Declaration
public Guid? FinancingLenderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
FinancingRate
Declaration
public decimal? FinancingRate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
Declaration
public string FinancingRemark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FinancingTypeId
Declaration
public int? FinancingTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ForkliftTestDate
Declaration
public DateTime? ForkliftTestDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
HasTestBook
Declaration
public bool? HasTestBook { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
HasTestReport
Declaration
public bool? HasTestReport { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
InventoryNumber
Declaration
public string InventoryNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Matchcode
Declaration
public string Matchcode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OwnerId
Declaration
public Guid? OwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
permissableLoad
Declaration
public int permissableLoad { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TradeName
Declaration
public string TradeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public Guid Type { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
YearOfManufacturing
Declaration
public DateTime? YearOfManufacturing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Implements