Class TankData
Represents a TankData
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()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public class TankData : VehicleTransactionDataBase
Constructors
| Improve this Doc View SourceTankData()
Initialize instance
Declaration
public TankData()
Properties
| Improve this Doc View SourceCardNumber
Gets or sets the tank card number
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CostCenter
Gets or sets the property CostCenter as string
Declaration
public override string CostCenter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceCountry
Gets or sets the country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomerId
Gets or sets the actual customer id
Declaration
public Guid? CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CustomerStatus
Gets or sets the customer status.
0 = Not billed 1 = Billed
Declaration
public int CustomerStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DriverId
Gets or sets the current driver id
Declaration
public Guid? DriverId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DriverName
Gets or sets the property DriverName as string
Declaration
public string DriverName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuelStationCustomerId
Gets or sets the fuel station customer
Declaration
public Guid? FuelStationCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FuelStationName
Gets or sets the property FuelStationName as string
Declaration
public string FuelStationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuelTypeName
Gets or sets the property FuelTypeName as string
Declaration
public string FuelTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mileage
Gets or sets the property Mileage as Double
Declaration
public double Mileage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Number
gets the auto increment number
Declaration
public int? Number { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ReferenceNumber
Gets or sets the reference number
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesPrice
Gets or sets the sale price (net)
Declaration
public PreciseDecimal SalesPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TankDataDate
Translation for database
Declaration
public DateTime TankDataDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
TankDataTime
Translation for database
Declaration
public TimeSpan? TankDataTime { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
TaxRate
Gets or sets the current tax rate
Declaration
public PreciseDecimal TaxRate { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Time
Gets or sets the tank time
Declaration
public TimeSpan? Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
VehicleName
Gets or sets the property VehicleName as string
Declaration
public string VehicleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |