ProfileOptionDataString

Inherits from ProfileOptionData

Summary

Constructors

ProfileOptionDataString()
ProfileOptionDataString(guid: Guid)
ProfileOptionDataString(other: ProfileOptionData)
ProfileOptionDataString(other: Asset)
ProfileOptionDataString(other: DataContainer)

Properties

Name Type
maxLength int
value string

Static members

Name Type
ProfileOptionDataString.typeInfo TypeInformation

Constructors

ProfileOptionDataString

ProfileOptionDataString()

Creates a new ProfileOptionDataString frostbite instance.

ProfileOptionDataString

ProfileOptionDataString(guid: Guid)

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

Parameters

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

ProfileOptionDataString

ProfileOptionDataString(other: ProfileOptionData)

Casts an instance of type ProfileOptionData to ProfileOptionDataString. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProfileOptionData The instance to cast to ProfileOptionDataString.

ProfileOptionDataString

ProfileOptionDataString(other: Asset)

Casts an instance of type Asset to ProfileOptionDataString. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to ProfileOptionDataString.

ProfileOptionDataString

ProfileOptionDataString(other: DataContainer)

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

Parameters

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

Properties

maxLength

int

value

string

Static members

typeInfo

TypeInformation

The type information for the ProfileOptionDataString type.

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