UITextDataBinding

Inherits from UIDataBinding

Summary

Constructors

UITextDataBinding()
UITextDataBinding(guid: Guid)
UITextDataBinding(other: UIDataBinding)
UITextDataBinding(other: DataContainer)

Properties

Name Type
staticText string
textData UIDataSourceInfo
visibility UIDataSourceInfo
refresh bool
overrideDirectAccess bool

Static members

Name Type
UITextDataBinding.typeInfo TypeInformation

Constructors

UITextDataBinding

UITextDataBinding()

Creates a new UITextDataBinding frostbite instance.

UITextDataBinding

UITextDataBinding(guid: Guid)

Creates a new UITextDataBinding frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UITextDataBinding

UITextDataBinding(other: UIDataBinding)

Casts an instance of type UIDataBinding to UITextDataBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIDataBinding The instance to cast to UITextDataBinding.

UITextDataBinding

UITextDataBinding(other: DataContainer)

Casts an instance of type DataContainer to UITextDataBinding. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UITextDataBinding.

Properties

staticText

string

textData

UIDataSourceInfo

visibility

UIDataSourceInfo

refresh

bool

overrideDirectAccess

bool

Static members

typeInfo

TypeInformation

The type information for the UITextDataBinding type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)