Class IT_Vehicle_Bookkeeping
bookkeeping information about a vehicle
Inheritance
System.Object
IT_Vehicle_Bookkeeping
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class IT_Vehicle_Bookkeeping : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IT_Vehicle_Bookkeeping()
Declaration
public IT_Vehicle_Bookkeeping()
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
AcquisitionVendorGuid
Declaration
public Guid? AcquisitionVendorGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CostCenterId
Declaration
public Guid? CostCenterId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
DeprecationEnd
Declaration
public DateTime? DeprecationEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
DeprecationMonthlyDeprecationAmount
Declaration
public decimal? DeprecationMonthlyDeprecationAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
DeprecationUsefulLife
Declaration
public int? DeprecationUsefulLife { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
DeprecationUsefulLifeType
Declaration
public byte DeprecationUsefulLifeType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
DivestionBuyerGuid
Declaration
public Guid? DivestionBuyerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
DivestionDate
Declaration
public DateTime? DivestionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
DivestionInvoiceNumber
Declaration
public string DivestionInvoiceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DivestionRevenue
Declaration
public decimal? DivestionRevenue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
FinancialSupportAmount
Declaration
public decimal? FinancialSupportAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
FinancialSupportBegin
Declaration
public DateTime? FinancialSupportBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
FinancialSupportDuration
Declaration
public int? FinancialSupportDuration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FinancialSupportDurationType
Declaration
public byte FinancialSupportDurationType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
FinancialSupportEnd
Declaration
public DateTime? FinancialSupportEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
FinancialSupportStateGuid
Declaration
public Guid? FinancialSupportStateGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
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
FinancingDuration
Declaration
public int? FinancingDuration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FinancingDurationType
Declaration
public byte FinancingDurationType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
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
FinancingLenderGuid
Declaration
public Guid? FinancingLenderGuid { 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 byte FinancingTypeId { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
InsuranceBegin
Declaration
public DateTime? InsuranceBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
InsuranceCompany
Declaration
public string InsuranceCompany { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InsuranceDeductible
Declaration
public decimal? InsuranceDeductible { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
InsuranceEnd
Declaration
public DateTime? InsuranceEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
InsuranceLiabilityInsuranceAmount
Declaration
public decimal? InsuranceLiabilityInsuranceAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
InsuranceNumber
Declaration
public string InsuranceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InsuranceRemark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InsuranceTypeID
Declaration
public Guid? InsuranceTypeID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
InsuranceVehicleInsuranceAmount
Declaration
public decimal? InsuranceVehicleInsuranceAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
InventoryNumber
Declaration
public string InventoryNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OwnerGuid
Declaration
public Guid? OwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
RepurchaseAgreementAmount
Declaration
public decimal? RepurchaseAgreementAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
RepurchaseAgreementDate
Declaration
public DateTime? RepurchaseAgreementDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Declaration
public string RepurchaseAgreementRemark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RepurchaseAgreementReturnDate
Declaration
public DateTime? RepurchaseAgreementReturnDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
RepurchaseAgreementSupplierGuid
Declaration
public Guid? RepurchaseAgreementSupplierGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TaxAmount
Declaration
public decimal? TaxAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
TaxAnnualDueDate
Declaration
public DateTime? TaxAnnualDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
TaxNumber
Declaration
public string TaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TaxPeriodBegin
Declaration
public DateTime? TaxPeriodBegin { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Declaration
public string TaxRemark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleGuid
Declaration
public Guid VehicleGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|