Table of Contents

Class RedeemRewardSheet.RewardInfo

Namespace
Nekoyume.TableData
Assembly
Lib9c.dll
[Serializable]
public class RedeemRewardSheet.RewardInfo : IState
Inheritance
RedeemRewardSheet.RewardInfo
Implements
Inherited Members

Constructors

RewardInfo(Dictionary)

public RewardInfo(Dictionary serialized)

Parameters

serialized Dictionary

RewardInfo(params string[])

public RewardInfo(params string[] fields)

Parameters

fields string[]

Fields

ItemId

public readonly int? ItemId

Field Value

int?

Quantity

public readonly int Quantity

Field Value

int

Type

public readonly RewardType Type

Field Value

RewardType

Methods

Equals(RewardInfo)

protected bool Equals(RedeemRewardSheet.RewardInfo other)

Parameters

other RedeemRewardSheet.RewardInfo

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