Class Transaction
Used to provide the name of the function the Transactions should use instead of the standard functions created by the system
This is because the transactions need to create columns for each custom ITransactionTypeValue instead of just the value columns they have in the table
Inheritance
System.Object
Transaction
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 Transaction
Fields
FUNCTION_NAME
The name of the custom ISQLWrapper that gets all transaction values against a transaction
Declaration
public const string FUNCTION_NAME = "GetTransactions"
Field Value
Type | Description |
---|---|
System.String |