Skip to content

EqListValueEditorAttribute class

Assigns a “List” value editor for an entity member.

public class Korzh.EasyQuery.EqListValueEditorAttribute
: Attribute
TypeNameDescription
StringIdGets or sets the ID of list value editor It might be necessary to preserve the same value editor’s ID between consequent HTTP requests.
StringListNameGets the name of the list.
SortDirectionLookupDisplayOrderGets or sets the order of the lookup values.
StringLookupDisplayPropertyGets or sets the name of the property in the lookup entity from which we get the textual values to show to the users.
StringSQLGets or sets the SQL
TypeNameDescription
voidProcessEntityAttr(EntityAttr attr)Adds necessary value editor into the entity attribute passed in parameter.