Search Results for

    Show / Hide Table of Contents

    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 Source

    VehicleTransactionBuilder()

    Init builder

    Declaration
    public VehicleTransactionBuilder()

    Methods

    | Improve this Doc View Source

    CreateCustomerTransaction(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>>
    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx