EqListValueEditorAttribute class
Assigns a “List” value editor for an entity member.
public class Korzh.EasyQuery.EqListValueEditorAttribute : Attribute
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
String | Id | Gets or sets the ID of list value editor It might be necessary to preserve the same value editor’s ID between consequent HTTP requests. |
String | ListName | Gets the name of the list. |
String | SQL | Gets or sets the SQL |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | ProcessEntityAttr(EntityAttr attr) | Adds necessary value editor into the entity attribute passed in parameter. |