Class TransactionAssociationFunction
Used to provide the name of the function the Transactions Association should use instead of the standard functions created by the system
This is because the transactions association 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 TransactionAssociationFunction
Constructors
TransactionAssociationFunction()
Declaration
public TransactionAssociationFunction()
Fields
FUNCTION_NAME
The name of the custom ISQLWrapper that gets all transaction association values against a transaction
Declaration
public const string FUNCTION_NAME = "GetAssociatedTransactions"
Field Value
Type | Description |
---|---|
string |