Class TransactionAllocatedFunction
Used to provide the name of the function the Transactions Allocated should use instead of the standard functions created by the system
This is because the transactions allocated need to create columns for each custom ITransactionTypeValue instead of just the value columns they have in the table
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public class TransactionAllocatedFunction
Constructors
TransactionAllocatedFunction()
Declaration
public TransactionAllocatedFunction()
Fields
FUNCTION_NAME
The name of the custom ISQLWrapper that gets all transaction allocated values against a transaction allocation
Declaration
public const string FUNCTION_NAME = "GetAllocatedTransactions"
Field Value
Type | Description |
---|---|
string |