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
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
IEnumerable<ListItem> | GetListForContext(Object context, String attrId) | Gets the list for the context type. |
Boolean | TryGetValues(ListValueEditor editor, IEnumerable 1&` result) | Gets the list of values by the value editor specified in the parameter. |