UIDynamicDataBinding
Inherits from UIDataBinding
Summary
Constructors
| UIDynamicDataBinding() |
| UIDynamicDataBinding(guid: Guid) |
| UIDynamicDataBinding(other: UIDataBinding) |
| UIDynamicDataBinding(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| bindings | UIDataSourceInfo[] |
| refresh | bool |
Static members
| Name | Type |
|---|---|
| UIDynamicDataBinding.typeInfo | TypeInformation |
Constructors
UIDynamicDataBinding
UIDynamicDataBinding()
Creates a new UIDynamicDataBinding frostbite instance.
UIDynamicDataBinding
UIDynamicDataBinding(guid: Guid)
Creates a new UIDynamicDataBinding frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIDynamicDataBinding
UIDynamicDataBinding(other: UIDataBinding)
Casts an instance of type UIDataBinding to UIDynamicDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIDataBinding | The instance to cast to UIDynamicDataBinding. |
UIDynamicDataBinding
UIDynamicDataBinding(other: DataContainer)
Casts an instance of type DataContainer to UIDynamicDataBinding. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIDynamicDataBinding. |
Properties
bindings
refresh
bool
Static members
typeInfo
The type information for the UIDynamicDataBinding type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)