Class RedeemRewardSheet.RewardInfo
[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
Type
public readonly RewardType Type
Field Value
Methods
Equals(RewardInfo)
protected bool Equals(RedeemRewardSheet.RewardInfo other)
Parameters
other
RedeemRewardSheet.RewardInfo
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
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