Table of Contents

Class LookupService

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Service for retrieving lookup lists.

public class LookupService : ILookupService
Inheritance
LookupService
Implements

Constructors

LookupService(IServiceProvider, IMemoryCache)

Initializes a new instance of the LookupService class.

Methods

ClearCache<T>()

Clears the cache for the specified entity type.

GetActiveFilteredList<T>(List<T>, params PrimaryKeys<T>[])
GetLookupList<T>(params PrimaryKeys<T>[])

Gets the lookup list for the specified entity type.