Namespace LemonEdge.Entities.Processors.Transactional
Classes
AllocationTransferProcessorExtender
The transfer extender responsible for transferring all IAllocationAmount records
GetAllocationAmountsForEntities
Returns a set of IAllocationAmount entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent rule includes or excludes the specified entities too
Used by AllocationTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).GetGLAllocationsForEntities
Returns a set of IGLPostingAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent posting includes or excludes the specified entities too
Used by TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).GetGLPostingsForEntities
Returns a set of IGLPosting entities that have gl posting allocations for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the posting includes or excludes the specified entities too
Used by TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).GetTransactionAllocationsForEntities
Returns a set of ITransactionAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent transaction includes or excludes the specified entities too
Used for TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).GetTransactionsForEntities
Returns a set of ITransaction entities that have transaction allocations for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the transaction includes or excludes the specified entities too
Used for TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(String, Object[]).LookupFilters
Contains a set of helper functions for dynamicaly creating QueryableFilter for selecting valid entities, instruments or paths for a transaction depending on their context
TransactionAllocatedTransferProcessorExtender
The transfer extender responsible for transferring all ITransactionAllocated and IGLPostingAllocated records