Class RuleAmountUpdater
Inheritance
RuleAmountUpdater
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class RuleAmountUpdater : IRuleAmountUpdater
Constructors
RuleAmountUpdater(IEntityUpdater, IReadOnlyCache, UserInfo, IServiceContext)
Declaration
public RuleAmountUpdater(IEntityUpdater entityUpdater, IReadOnlyCache readOnlyCache, UserInfo user, IServiceContext services)
Parameters
Methods
UpdateAmounts(IEnumerable<IAllocationPathRule>, DateTimeOffset, IAllocationPath, DateTimeOffset?, DateTimeOffset?, Guid?)
Declaration
public Task<bool> UpdateAmounts(IEnumerable<IAllocationPathRule> allocationPathRulesParam, DateTimeOffset effectiveDate, IAllocationPath allocationPath, DateTimeOffset? stepChangeDate, DateTimeOffset? stepChangeTransactionDate, Guid? pathSplitId)
Parameters
Returns
Implements
Extension Methods