|
Beamable SDK
|
This type defines a methodology for resolving a reference to a Beamable ContentObject. More...


Public Member Functions | |
| ItemRef (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 (ItemRef data) |
| static implicit | operator ItemRef (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 | : | ContentObject | |
| TContent | : | new() |