PresenceCommerceServiceData

Inherits from PresenceServiceData

Summary

Constructors

PresenceCommerceServiceData()
PresenceCommerceServiceData(guid: Guid)
PresenceCommerceServiceData(other: PresenceServiceData)
PresenceCommerceServiceData(other: Asset)
PresenceCommerceServiceData(other: DataContainer)

Static members

Name Type
PresenceCommerceServiceData.typeInfo TypeInformation

Constructors

PresenceCommerceServiceData

PresenceCommerceServiceData()

Creates a new PresenceCommerceServiceData frostbite instance.

PresenceCommerceServiceData

PresenceCommerceServiceData(guid: Guid)

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

Parameters

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

PresenceCommerceServiceData

PresenceCommerceServiceData(other: PresenceServiceData)

Casts an instance of type PresenceServiceData to PresenceCommerceServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceServiceData The instance to cast to PresenceCommerceServiceData.

PresenceCommerceServiceData

PresenceCommerceServiceData(other: Asset)

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

Parameters

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

PresenceCommerceServiceData

PresenceCommerceServiceData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the PresenceCommerceServiceData type.

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