Class GetTransactionsForStepChange
Inheritance
GetTransactionsForStepChange
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class GetTransactionsForStepChange : CustomServiceQueryExtender<ITransaction>
Constructors
GetTransactionsForStepChange()
Declaration
public GetTransactionsForStepChange()
Methods
GetTransactionsFromValues(DateTimeOffset, bool, Guid[], Guid[], Guid)
Declaration
public IQueryable<ITransaction> GetTransactionsFromValues(DateTimeOffset endDate, bool includeCommitted, Guid[] pathIDs, Guid[] algorithmIDs, Guid entitySetID)
Parameters
Returns
Extension Methods