Show / Hide Table of Contents

    Class LeaderboardEntry

    Inheritance
    Object
    LeaderboardEntry
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class LeaderboardEntry

    Constructors

    LeaderboardEntry(Int64, Int64, Double, Double, Dictionary<String, String>)

    Declaration
    public LeaderboardEntry(long userId, long rank, double lastSubmittedScore, double scoreSinceLastSubmitted, Dictionary<string, string> optionalParameters)
    Parameters
    Type Name Description
    Int64 userId
    Int64 rank
    Double lastSubmittedScore
    Double scoreSinceLastSubmitted
    Dictionary<String, String> optionalParameters

    Fields

    _avatarKey

    Declaration
    protected string _avatarKey
    Field Value
    Type Description
    String

    _lastSubmittedScore

    Declaration
    protected double _lastSubmittedScore
    Field Value
    Type Description
    Double

    _optionalParameters

    Declaration
    protected Dictionary<string, string> _optionalParameters
    Field Value
    Type Description
    Dictionary<String, String>

    _playerNickname

    Declaration
    protected string _playerNickname
    Field Value
    Type Description
    String

    _rank

    Declaration
    protected long _rank
    Field Value
    Type Description
    Int64

    _scoreSinceLastSubmitted

    Declaration
    protected double _scoreSinceLastSubmitted
    Field Value
    Type Description
    Double

    _userId

    Declaration
    protected long _userId
    Field Value
    Type Description
    Int64

    Properties

    AvatarKey

    Declaration
    public virtual string AvatarKey { get; set; }
    Property Value
    Type Description
    String

    LastSubmittedScore

    Declaration
    public virtual double LastSubmittedScore { get; }
    Property Value
    Type Description
    Double

    OptionalParameters

    Declaration
    public virtual Dictionary<string, string> OptionalParameters { get; }
    Property Value
    Type Description
    Dictionary<String, String>

    PlayerNickname

    Declaration
    public virtual string PlayerNickname { get; set; }
    Property Value
    Type Description
    String

    ProjectedCurrentScore

    Declaration
    public virtual double ProjectedCurrentScore { get; }
    Property Value
    Type Description
    Double

    Rank

    Declaration
    public virtual long Rank { get; }
    Property Value
    Type Description
    Int64

    ScoreSinceLastSubmitted

    Declaration
    public virtual double ScoreSinceLastSubmitted { get; }
    Property Value
    Type Description
    Double

    UserId

    Declaration
    public virtual long UserId { get; }
    Property Value
    Type Description
    Int64
    Back to top Copyright © 2020 East Side Games Inc.