Table of Contents

Class GuildRejoinCooldown

Namespace
Nekoyume.Model.Guild
Assembly
Lib9c.dll
public class GuildRejoinCooldown : IBencodable, IEquatable<GuildRejoinCooldown>
Inheritance
GuildRejoinCooldown
Implements
IBencodable
Inherited Members

Constructors

GuildRejoinCooldown(AgentAddress, IValue)

public GuildRejoinCooldown(AgentAddress agentAddress, IValue bencoded)

Parameters

agentAddress AgentAddress
bencoded IValue

GuildRejoinCooldown(AgentAddress, Integer)

public GuildRejoinCooldown(AgentAddress agentAddress, Integer bencoded)

Parameters

agentAddress AgentAddress
bencoded Integer

GuildRejoinCooldown(AgentAddress, long)

public GuildRejoinCooldown(AgentAddress agentAddress, long quitHeight)

Parameters

agentAddress AgentAddress
quitHeight long

Properties

AgentAddress

public AgentAddress AgentAddress { get; }

Property Value

AgentAddress

Bencoded

public Integer Bencoded { get; }

Property Value

Integer

ReleaseHeight

public long ReleaseHeight { get; }

Property Value

long

Methods

Cooldown(long)

public long Cooldown(long currentHeight)

Parameters

currentHeight long

Returns

long

Equals(GuildRejoinCooldown?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(GuildRejoinCooldown? other)

Parameters

other GuildRejoinCooldown

An object to compare with this object.

Returns

bool

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