ProfileOptionDataBinary
Inherits from ProfileOptionData
Summary
Constructors
ProfileOptionDataBinary() |
ProfileOptionDataBinary(guid: Guid) |
ProfileOptionDataBinary(other: ProfileOptionData) |
ProfileOptionDataBinary(other: Asset) |
ProfileOptionDataBinary(other: DataContainer) |
Properties
Name | Type |
---|---|
maxLength | int |
Static members
Name | Type |
---|---|
ProfileOptionDataBinary.typeInfo | TypeInformation |
Constructors
ProfileOptionDataBinary
ProfileOptionDataBinary()
Creates a new ProfileOptionDataBinary frostbite instance.
ProfileOptionDataBinary
ProfileOptionDataBinary(guid: Guid)
Creates a new ProfileOptionDataBinary frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ProfileOptionDataBinary
ProfileOptionDataBinary(other: ProfileOptionData)
Casts an instance of type ProfileOptionData to ProfileOptionDataBinary. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProfileOptionData | The instance to cast to ProfileOptionDataBinary. |
ProfileOptionDataBinary
ProfileOptionDataBinary(other: Asset)
Casts an instance of type Asset to ProfileOptionDataBinary. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to ProfileOptionDataBinary. |
ProfileOptionDataBinary
ProfileOptionDataBinary(other: DataContainer)
Casts an instance of type DataContainer to ProfileOptionDataBinary. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ProfileOptionDataBinary. |
Properties
maxLength
int
Static members
typeInfo
The type information for the ProfileOptionDataBinary type.