Class ValidLedgersHelper
Inheritance
ValidLedgersHelper
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class ValidLedgersHelper
Constructors
ValidLedgersHelper()
Declaration
public ValidLedgersHelper()
Methods
GetDefaultLedger(Guid?, IReadOnlyCache)
Declaration
public static Task<ILedger> GetDefaultLedger(Guid? entityID, IReadOnlyCache cache)
Parameters
Returns
GetValidLedgers(Guid?, string, IReadOnlyCache)
Declaration
public static Task<IEnumerable<ILedger>> GetValidLedgers(Guid? entityID, string searchName, IReadOnlyCache cache)
Parameters
Returns
HasEntitySpecifiedLedgers(Guid?, IReadOnlyCache)
Declaration
public static Task<bool> HasEntitySpecifiedLedgers(Guid? entityID, IReadOnlyCache cache)
Parameters
Returns
Extension Methods