|
Beamable SDK
|


Public Member Functions | |
| TournamentTier | GetTier (int tierIndex) |
| DateTime | GetUTCOfCycle (int cycle) |
| int | GetCurrentCycleNumber () |
| DateTime | GetUTCOfCyclesPrior (int cyclesPrior) |
Public Member Functions inherited from Beamable.Common.Content.ContentObject | |
| void | SetIdAndVersion (string id, string version) |
| ContentObject | SetContentName (string name) |
| ContentObject | SetContentMetadata (string name, string version) |
| 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< ContentValidationException > | GetMemberValidationErrors (IValidationContext ctx) |
| string | ToJson () |
Public Attributes | |
| new string | name = "sample" |
| string | anchorTimeUTC = "2020-01-01T12:00:00Z" |
| readonly string | cycleDuration = "P1D" |
| int | playerLimit |
| List< TournamentTier > | tiers |
| int | stagesPerTier |
| Color | DefaultEntryColor = TournamentColorConstants.RED |
| Color | ChampionColor = TournamentColorConstants.GOLD |
| List< TournamentStageChange > | stageChanges |
| List< TournamentRankReward > | rankRewards |
Public Attributes inherited from Beamable.Common.Content.ContentObject | |
| string | ContentVersion => Version |
| string | ContentType => _contentTypeName ?? (_contentTypeName = GetContentTypeName(GetType())) |
| string | Id => $"{ContentType}.{(string.IsNullOrEmpty(ContentName) ? name : ContentName)}" |
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) |
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 |
| List<TournamentRankReward> Beamable.Common.Tournaments.TournamentContent.rankRewards |
| List<TournamentStageChange> Beamable.Common.Tournaments.TournamentContent.stageChanges |
| List<TournamentTier> Beamable.Common.Tournaments.TournamentContent.tiers |
1.8.17