Skip to content

LookupValueListResolver class

Represents a special case of IValueListResolver which returns the list of values for the lookup fields. Implements the Korzh.EasyQuery.Services.IValueListResolver

public class Korzh.EasyQuery.Services.LookupValueListResolver
: IValueListResolver

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
LookupValueListResolver(Func<string, object> contextResolver)voidInitializes a new instance of the Korzh.EasyQuery.Services.LookupValueListResolver class.
NameTypeDescription
GetListForContext(object context, string attrId)IEnumerable<ListItem>Gets the list for the context type.
TryGetValues(ListRequestOptions options, IEnumerable1&` result)boolGets the list of values by the value editor specified in the parameter.