Table of Contents

Method GetLookupList

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

GetLookupList<TOther>(params PrimaryKeys<TOther>[])

Gets the lookup list for the specified type.

public virtual Task<ObservableCollection<TOther>> GetLookupList<TOther>(params PrimaryKeys<TOther>[] keys) where TOther : class

Parameters

keys PrimaryKeys<TOther>[]

The primary keys of the lookup list.

Returns

Task<ObservableCollection<TOther>>

The lookup list.

Type Parameters

TOther

The type of the lookup list.