Class TransactionAllocated
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
Inheritance
System.Object
TransactionAllocated
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Descriptors.Extenders
Assembly: API.dll
Syntax
public class TransactionAllocated
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 |
---|---|
System.String |