Beamable SDK
|
This type defines a methodology for resolving a reference to a Beamable ContentObject. More...
Public Member Functions | |
CurrencyRef (string id) | |
Public Member Functions inherited from Beamable.Common.Content.ContentRef< TContent > | |
ContentRef (Type contentType, string id) | |
override string | GetId () |
override void | SetId (string id) |
override bool | IsContent (IContentObject content) |
override Type | GetReferencedType () |
override Type | GetReferencedBaseType () |
override Promise< TContent > | Resolve (string manifestID="") |
override string | ToString () |
Static Public Member Functions | |
static implicit | operator string (CurrencyRef data) |
static implicit | operator CurrencyRef (string data) |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Common.Content.AbsContentRef< TContent > | |
string | Id |
This type defines a methodology for resolving a reference to a Beamable ContentObject.
TContent | : | CurrencyContent | |
TContent | : | new() |