Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Common.Content.IContentObject Interface Reference

This type defines the API for Beamable ContentObject and its many subclasses. More...

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

Public Member Functions

void SetIdAndVersion (string id, string version)
 Set Id And Version More...
 
string ToJson ()
 Convert content to JSON More...
 

Properties

string Id [get]
 The id. A content id is a dot separated string. The right most part is the name of the content. Every part to the left of the name denotes the type of the content.
 
string Version [get]
 The version
 
string[] Tags [get]
 The tags
 
string ManifestID [get]
 

Detailed Description

This type defines the API for Beamable ContentObject and its many subclasses.

Related Links

img beamable-logo

Member Function Documentation

◆ SetIdAndVersion()

void Beamable.Common.Content.IContentObject.SetIdAndVersion ( string  id,
string  version 
)

Set Id And Version

Parameters
id
version

Implemented in Beamable.Common.Content.ContentObject.

◆ ToJson()

string Beamable.Common.Content.IContentObject.ToJson ( )

Convert content to JSON

Returns
A JSON string

Implemented in Beamable.Common.Content.ContentObject.


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