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