Class Crane
Class representing a mobile phone
Inheritance
System.Object
Crane
Inherited Members
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()
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class Crane : EquipmentItem
Constructors
|
Improve this Doc
View Source
Crane()
Initialize a new mobile phone
Declaration
|
Improve this Doc
View Source
Crane(IT_Vehicle_EquipmentItem)
Declaration
public Crane(IT_Vehicle_EquipmentItem dbEquipment)
Parameters
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
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
CraneTestDate
Declaration
public DateTime? CraneTestDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
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
EquipmentTypeId
Declaration
public override Guid EquipmentTypeId { get; }
Property Value
Type |
Description |
System.Guid |
|
Overrides
|
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
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
OwnerId
Declaration
public Guid? OwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TradeName
Declaration
public string TradeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
YearOfManufacturing
Declaration
public DateTime? YearOfManufacturing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|