Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Content.ContentLink< TContent > Class Template Reference

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

Inheritance diagram for Beamable.Common.Content.ContentLink< TContent >:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.ContentLink< TContent >:
Collaboration graph
[legend]

Public Member Functions

override Promise< TContent > Resolve (string manifestID="")
 
override void OnCreated ()
 
- Public Member Functions inherited from Beamable.Common.Content.AbsContentRef< TContent >
override string GetId ()
 
override void SetId (string id)
 
override bool IsContent (IContentObject content)
 
override Type GetReferencedType ()
 
override Type GetReferencedBaseType ()
 

Additional Inherited Members

- Public Attributes inherited from Beamable.Common.Content.AbsContentRef< TContent >
string Id
 

Detailed Description

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

Related Links

img beamable-logo

Template Parameters
TContent
Type Constraints
TContent :ContentObject 
TContent :IContentObject 
TContent :new() 

Member Function Documentation

◆ OnCreated()

override void Beamable.Common.Content.ContentLink< TContent >.OnCreated ( )
inlinevirtual

◆ Resolve()

override Promise< TContent > Beamable.Common.Content.ContentLink< TContent >.Resolve ( string  manifestID = "")
inlinevirtual

The documentation for this class was generated from the following file: