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


Public Member Functions | |
| abstract void | OnCreated () |
Public Member Functions inherited from Beamable.Common.Content.AbsContentRef< TContent > | |
| abstract Promise< TContent > | Resolve (string manifestID="") |
| override string | GetId () |
| override void | SetId (string id) |
| override bool | IsContent (IContentObject content) |
| override Type | GetReferencedType () |
| override Type | GetReferencedBaseType () |
Public Member Functions inherited from Beamable.Common.Content.IContentLink | |
| string | GetId () |
| void | SetId (string id) |
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 | : | IContentObject | |
| TContent | : | new() |
|
pure virtual |
Implements Beamable.Common.Content.IContentLink.