LeanCloud C# SDK
Loading...
Searching...
No Matches
Properties | List of all members
LeanCloud.Storage.LCRanking Class Reference

LCRanking represents the rankings of LCLeaderboard. More...

Properties

int Rank [get]
 The ranking.
 
LCUser User [get]
 The user of this LCRanking.
 
LCObject Object [get]
 The object of this LCRanking.
 
string Entity [get]
 The entity of this LCRanking.
 
string StatisticName [get]
 The statistic name of this LCRanking.
 
double Value [get]
 The value of this LCRanking.
 
ReadOnlyCollection< LCStatisticIncludedStatistics [get]
 

Detailed Description

LCRanking represents the rankings of LCLeaderboard.

Property Documentation

◆ Entity

string LeanCloud.Storage.LCRanking.Entity
get

The entity of this LCRanking.

◆ IncludedStatistics

ReadOnlyCollection<LCStatistic> LeanCloud.Storage.LCRanking.IncludedStatistics
get

◆ Object

LCObject LeanCloud.Storage.LCRanking.Object
get

The object of this LCRanking.

◆ Rank

int LeanCloud.Storage.LCRanking.Rank
get

The ranking.

◆ StatisticName

string LeanCloud.Storage.LCRanking.StatisticName
get

The statistic name of this LCRanking.

◆ User

LCUser LeanCloud.Storage.LCRanking.User
get

The user of this LCRanking.

◆ Value

double LeanCloud.Storage.LCRanking.Value
get

The value of this LCRanking.


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