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
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.