Table of Contents

Class RankingInfo

Namespace
Nekoyume.Model.State
Assembly
Lib9c.dll
public class RankingInfo : IState
Inheritance
RankingInfo
Implements
Inherited Members

Constructors

RankingInfo(Dictionary)

public RankingInfo(Dictionary serialized)

Parameters

serialized Dictionary

RankingInfo(AvatarState)

public RankingInfo(AvatarState avatarState)

Parameters

avatarState AvatarState

Fields

AgentAddress

public readonly Address AgentAddress

Field Value

Address

ArmorId

public readonly int ArmorId

Field Value

int

AvatarAddress

public readonly Address AvatarAddress

Field Value

Address

AvatarName

public readonly string AvatarName

Field Value

string

Exp

public readonly long Exp

Field Value

long

Level

public readonly int Level

Field Value

int

StageClearedBlockIndex

public readonly long StageClearedBlockIndex

Field Value

long

UpdatedAt

public readonly long UpdatedAt

Field Value

long

Methods

Equals(RankingInfo)

protected bool Equals(RankingInfo other)

Parameters

other RankingInfo

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Serialize()

public IValue Serialize()

Returns

IValue