Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Content.EventContent Class Reference
Inheritance diagram for Beamable.Common.Content.EventContent:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.EventContent:
Collaboration graph
[legend]

Public Member Functions

void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 
- Public Member Functions inherited from Beamable.Common.Content.ContentObject
void SetIdAndVersion (string id, string version)
 
ContentObject SetContentName (string newContentName)
 
void BroadcastUpdate ()
 
virtual void Validate (IValidationContext ctx)
 Validate this ContentObject. More...
 
bool HasValidationErrors (IValidationContext ctx, out List< string > errors)
 
bool HasValidationExceptions (IValidationContext ctx, out List< ContentException > exceptions)
 
List< ContentValidationExceptionGetMemberValidationErrors (IValidationContext ctx)
 
string ToJson ()
 

Public Attributes

new string name
 
string startDate
 
int partitionSize
 
PhaseList phases
 
List< EventPlayerRewardscoreRewards
 
List< EventPlayerRewardrankRewards
 
List< StoreRefstores
 
EventGroupRewards groupRewards
 
ClientPermissions permissions
 
- Public Attributes inherited from Beamable.Common.Content.ContentObject
string ContentVersion => Version
 
string ContentType => _contentTypeName ?? (_contentTypeName = GetContentTypeName(GetType()))
 
string Id => $"{ContentType}.{ContentName}"
 
- Public Attributes inherited from UnityEngine.ScriptableObject
string name
 

Additional Inherited Members

- Static Public Member Functions inherited from Beamable.Common.Content.ContentObject
static string GetContentTypeName (Type contentType)
 
static string GetContentType< TContent > ()
 
static TContent Make< TContent > (string name)
 
- Static Public Member Functions inherited from UnityEngine.ScriptableObject
static T CreateInstance< T > ()
 
- Properties inherited from Beamable.Common.Content.ContentObject
string ContentName [get]
 
string Version [get]
 
string[]?? Tags [get, set]
 
- Properties inherited from Beamable.Common.Content.IContentObject
string Id [get]
 
string Version [get]
 
string[] Tags [get]
 
- Events inherited from Beamable.Common.Content.ContentObject
ContentDelegate OnChanged
 

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