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