Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Content.BaseContentRef Class Referenceabstract

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

Inheritance diagram for Beamable.Common.Content.BaseContentRef:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.BaseContentRef:
Collaboration graph
[legend]

Public Member Functions

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

Detailed Description

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

Related Links

img beamable-logo

Member Function Documentation

◆ GetId()

abstract string Beamable.Common.Content.BaseContentRef.GetId ( )
pure virtual

◆ GetReferencedBaseType()

abstract Type Beamable.Common.Content.BaseContentRef.GetReferencedBaseType ( )
pure virtual

◆ GetReferencedType()

abstract Type Beamable.Common.Content.BaseContentRef.GetReferencedType ( )
pure virtual

◆ IsContent()

abstract bool Beamable.Common.Content.BaseContentRef.IsContent ( IContentObject  content)
pure virtual

◆ SetId()

abstract void Beamable.Common.Content.BaseContentRef.SetId ( string  id)
pure virtual

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