Table of Contents

Class GuildDelegator

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

Constructors

GuildDelegator(Address, Address, GuildRepository)

public GuildDelegator(Address address, Address delegationPoolAddress, GuildRepository repository)

Parameters

address Address
delegationPoolAddress Address
repository GuildRepository

GuildDelegator(Address, GuildRepository)

public GuildDelegator(Address address, GuildRepository repository)

Parameters

address Address
repository GuildRepository

Methods

Equals(GuildDelegator?)

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

public bool Equals(GuildDelegator? other)

Parameters

other GuildDelegator

An object to compare with this object.

Returns

bool

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