Class VehicleTransactionBuilder
Inheritance
System.Object
VehicleTransactionBuilder
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 VehicleTransactionBuilder
Constructors
| Improve this Doc View SourceVehicleTransactionBuilder()
Init builder
Declaration
public VehicleTransactionBuilder()
Methods
| Improve this Doc View SourceCreateCustomerTransaction(IList<TankData>, Action<VehicleProgressChangedEventArgs>)
Creates a new customer transaction for fuel-data
Declaration
public IDictionary<Transaction, IList<VehicleTransactionDataBase>> CreateCustomerTransaction(IList<TankData> data, Action<VehicleProgressChangedEventArgs> statusChanged = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<TankData> | data | |
System.Action<VehicleProgressChangedEventArgs> | statusChanged |
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<Transaction, System.Collections.Generic.IList<VehicleTransactionDataBase>> |
CreateTransaction(IList<VehicleTransactionDataBase>, Action<VehicleProgressChangedEventArgs>)
Creates transactions from toll data
Declaration
public IDictionary<Transaction, IList<VehicleTransactionDataBase>> CreateTransaction(IList<VehicleTransactionDataBase> data, Action<VehicleProgressChangedEventArgs> statusChanged = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<VehicleTransactionDataBase> | data | |
System.Action<VehicleProgressChangedEventArgs> | statusChanged |
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<Transaction, System.Collections.Generic.IList<VehicleTransactionDataBase>> | List of transaction |