Class TextBinder
The one-way IBinder binds a value to the text component.
Implements
Inherited Members
Namespace: FastenUp.Runtime.Binders.Behaviours
Assembly: cs.temp.dll.dll
Syntax
public sealed class TextBinder : BaseBinder, IValueReceiver<int>, IBinder<int>, IValueReceiver<float>, IBinder<float>, IValueReceiver<string>, IBinder<string>, IBinder
Methods
SetValue(Int32)
Sets the value to the binder.
Declaration
public void SetValue(int value)
Parameters
Type | Name | Description |
---|---|---|
Int32 | value |
SetValue(Single)
Sets the value to the binder.
Declaration
public void SetValue(float value)
Parameters
Type | Name | Description |
---|---|---|
Single | value |
SetValue(String)
Sets the value to the binder.
Declaration
public void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
String | value |