![]() | DataBinding Class |
Namespace: Slash.Unity.DataBind.Core.Presentation
The DataBinding type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataBinding | Initializes a new instance of the DataBinding class |
Name | Description | |
---|---|---|
![]() | DebugName |
Returns the name of the binding to use for debugging.
|
![]() | IsInitialized |
Indicates if the data binding already holds a valid value.
|
![]() | Value |
Current data value.
|
Name | Description | |
---|---|---|
![]() | Deinit |
Deinitializes the data binding, e.g. unregistering from events.
|
![]() | GetValue(Type) |
Returns the current data value, converted to the specified type.
|
![]() | GetValueT |
Returns the current data value, converted to the specified type.
|
![]() | Init |
Initializes the data binding, depending on the type of data binding.
|
![]() | InitProvider |
Initializes the data provider of this binding.
|
![]() | OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
|
Name | Description | |
---|---|---|
![]() | ValueChanged |
Called when the data value changed.
|
Name | Description | |
---|---|---|
![]() | Constant |
Constant value.
|
![]() | Path |
Path to value in data context.
|
![]() | Provider |
Referenced data provider.
|
![]() | Reference |
Unity object reference.
|
![]() | Type |
Type of data binding.
|