Method GetLookupList
GetLookupList<TOther>(params PrimaryKeys<TOther>[])
Gets the lookup list for the specified type.
Task<ObservableCollection<TOther>> GetLookupList<TOther>(params PrimaryKeys<TOther>[] keys) where TOther : class
Parameters
keysPrimaryKeys<TOther>[]The primary keys of the lookup list.
Returns
- Task<ObservableCollection<TOther>>
The lookup list.
Type Parameters
TOtherThe type of the lookup list.