Class InputFieldBinder
The two-way IBinder binds a value to the component with
Inherited Members
Namespace: FastenUp.Runtime.Binders.Behaviours
Assembly: cs.temp.dll.dll
Syntax
public class InputFieldBinder : BaseBinder, IValueReceiver<string>, IValueProvider<string>, IBinder<string>, IBinder
Methods
GetValue()
Gets the value from the binder.
Declaration
public string GetValue()
Returns
Type | Description |
---|---|
String | The value that was provided by the binder. |
OnDisable()
Declaration
protected override void OnDisable()
Overrides
SetValue(String)
Sets the value to the binder.
Declaration
public void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |