Search Results for

    Show / Hide Table of Contents

    Class DynamicPathUpdater

    Inheritance
    object
    DynamicPathUpdater
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.FinancialServices.Processors
    Assembly: LemonEdge.API.Core.FinancialServices.dll
    Syntax
    public class DynamicPathUpdater

    Constructors

    DynamicPathUpdater(IReadOnlyCache, UserInfo, IEntityUpdater, IServiceContext, IRuleAmountUpdaterFactory)

    Declaration
    public DynamicPathUpdater(IReadOnlyCache cache, UserInfo user, IEntityUpdater cn, IServiceContext services, IRuleAmountUpdaterFactory ruleAmountUpdaterFactory)
    Parameters
    Type Name Description
    IReadOnlyCache cache
    UserInfo user
    IEntityUpdater cn
    IServiceContext services
    IRuleAmountUpdaterFactory ruleAmountUpdaterFactory

    Properties

    Cache

    Declaration
    public IReadOnlyCache Cache { get; }
    Property Value
    Type Description
    IReadOnlyCache

    Updater

    Declaration
    public IEntityUpdater Updater { get; }
    Property Value
    Type Description
    IEntityUpdater

    User

    Declaration
    public UserInfo User { get; }
    Property Value
    Type Description
    UserInfo

    Methods

    UpdatePath(IAllocationPath, DateTimeOffset, DateTimeOffset?, DateTimeOffset?, Guid?)

    Declaration
    public Task<bool> UpdatePath(IAllocationPath path, DateTimeOffset effectiveDate, DateTimeOffset? stepChangeDate, DateTimeOffset? stepChangeTransactionDate, Guid? pathSplitId)
    Parameters
    Type Name Description
    IAllocationPath path
    DateTimeOffset effectiveDate
    DateTimeOffset? stepChangeDate
    DateTimeOffset? stepChangeTransactionDate
    Guid? pathSplitId
    Returns
    Type Description
    Task<bool>

    UpdatePath(Guid, DateTimeOffset, DateTimeOffset?, DateTimeOffset?, Guid?)

    Declaration
    public Task<bool> UpdatePath(Guid pathID, DateTimeOffset effectiveDate, DateTimeOffset? stepChangeDate, DateTimeOffset? stepChangeTransactionDate, Guid? pathSplitId)
    Parameters
    Type Name Description
    Guid pathID
    DateTimeOffset effectiveDate
    DateTimeOffset? stepChangeDate
    DateTimeOffset? stepChangeTransactionDate
    Guid? pathSplitId
    Returns
    Type Description
    Task<bool>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.