C# 클래스 Nekobot.Commands.Permissions.Userlist.BlacklistExtensions

파일 보기 프로젝트 열기: Kusoneko/Nekobot

공개 메소드들

메소드 설명
BlacklistUser ( this client, Discord.User user ) : void
BlacklistUser ( this client, ulong userId ) : void
GetBlacklistedUserIds ( this client ) : IEnumerable
UnBlacklistUser ( this client, Discord.User user ) : void
UnBlacklistUser ( this client, ulong userId ) : void
UseGlobalBlacklist ( this builder ) : CommandBuilder
UseGlobalBlacklist ( this builder ) : CommandGroupBuilder
UseGlobalBlacklist ( this service ) : CommandService
UsingGlobalBlacklist ( this client ) : Discord.DiscordClient

메소드 상세

BlacklistUser() 공개 정적인 메소드

public static BlacklistUser ( this client, Discord.User user ) : void
client this
user Discord.User
리턴 void

BlacklistUser() 공개 정적인 메소드

public static BlacklistUser ( this client, ulong userId ) : void
client this
userId ulong
리턴 void

GetBlacklistedUserIds() 공개 정적인 메소드

public static GetBlacklistedUserIds ( this client ) : IEnumerable
client this
리턴 IEnumerable

UnBlacklistUser() 공개 정적인 메소드

public static UnBlacklistUser ( this client, Discord.User user ) : void
client this
user Discord.User
리턴 void

UnBlacklistUser() 공개 정적인 메소드

public static UnBlacklistUser ( this client, ulong userId ) : void
client this
userId ulong
리턴 void

UseGlobalBlacklist() 공개 정적인 메소드

public static UseGlobalBlacklist ( this builder ) : CommandBuilder
builder this
리턴 CommandBuilder

UseGlobalBlacklist() 공개 정적인 메소드

public static UseGlobalBlacklist ( this builder ) : CommandGroupBuilder
builder this
리턴 CommandGroupBuilder

UseGlobalBlacklist() 공개 정적인 메소드

public static UseGlobalBlacklist ( this service ) : CommandService
service this
리턴 CommandService

UsingGlobalBlacklist() 공개 정적인 메소드

public static UsingGlobalBlacklist ( this client ) : Discord.DiscordClient
client this
리턴 Discord.DiscordClient