Interface ISingleControl
Namespace: LemonEdge.Client.UI.API.Controls
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface ISingleControl
Methods
BindToComment(string)
Declaration
void BindToComment(string commentBinding)
Parameters
Type | Name | Description |
---|---|---|
string | commentBinding |
Display(object)
Declaration
void Display(object item)
Parameters
Type | Name | Description |
---|---|---|
object | item |
Init(IRootController, string, string, bool)
Initialises the control
Declaration
void Init(IRootController root, string label, string binding, bool nullable)
Parameters
Type | Name | Description |
---|---|---|
IRootController | root | |
string | label | |
string | binding | |
bool | nullable |