|
static string | GetContentTypeName (Type contentType) |
|
static string | GetContentType< TContent > () |
|
static TContent | Make< TContent > (string name) |
|
static T | CreateInstance< T > () |
|
|
string | ContentVersion => Version |
|
string | ContentType => _contentTypeName ?? (_contentTypeName = GetContentTypeName(GetType())) |
|
string | Id => $"{ContentType}.{ContentName}" |
|
string | name |
|
|
string | ContentName [get] |
|
string | Version [get] |
|
string[]?? | Tags [get, set] |
|
string | Id [get] |
|
string | Version [get] |
|
string[] | Tags [get] |
|
|
ContentDelegate | OnChanged |
|
◆ Validate()
Validate this ContentObject
.
- Exceptions
-
AggregateContentValidationException | Should throw if the content is semantically invalid. |
The documentation for this class was generated from the following file:
- client/Packages/com.beamable/Common/Runtime/Content/ContentObject.cs