Table of Contents

Class GuildDelegatee

Namespace
Nekoyume.Model.Guild
Assembly
Lib9c.dll
public class GuildDelegatee : Delegatee<GuildDelegator, GuildDelegatee>, IDelegatee, IEquatable<GuildDelegatee>
Inheritance
GuildDelegatee
Implements
Inherited Members

Constructors

GuildDelegatee(Address, GuildRepository)

public GuildDelegatee(Address address, GuildRepository repository)

Parameters

address Address
repository GuildRepository

GuildDelegatee(Address, IEnumerable<Currency>, GuildRepository)

public GuildDelegatee(Address address, IEnumerable<Currency> rewardCurrencies, GuildRepository repository)

Parameters

address Address
rewardCurrencies IEnumerable<Currency>
repository GuildRepository

Methods

Activate()

public void Activate()

Deactivate()

public void Deactivate()

Equals(GuildDelegatee?)

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

public bool Equals(GuildDelegatee? other)

Parameters

other GuildDelegatee

An object to compare with this object.

Returns

bool

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