Skip to content

EqListValueEditorAttribute class

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

public class Korzh.EasyQuery.EqListValueEditorAttribute
: Attribute

Properties

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.
StringSQLGets or sets the SQL

Methods

TypeNameDescription
voidProcessEntityAttr(EntityAttr attr)Adds necessary value editor into the entity attribute passed in parameter.