C# 클래스 Schumix.Framework.Localization.LocalizationManager

파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
GetChannelLocalization ( string channel, string servername ) : string
GetCommandHelpRank ( string command ) : int
GetCommandHelpRank ( string command, string channel, string servername ) : int
GetCommandHelpText ( string command ) : string
GetCommandHelpText ( string command, string channel, string servername ) : string
GetCommandHelpText ( string command, string channel, string servername, int rank ) : string
GetCommandHelpTexts ( string command ) : string[]
GetCommandHelpTexts ( string command, string channel, string servername ) : string[]
GetCommandHelpTexts ( string command, string channel, string servername, int rank ) : string[]
GetCommandText ( string command ) : string
GetCommandText ( string command, string channel, string servername ) : string
GetCommandTexts ( string command ) : string[]
GetCommandTexts ( string command, string channel, string servername ) : string[]
GetConsoleCommandHelpText ( string command ) : string
GetConsoleCommandHelpTexts ( string command ) : string[]
GetConsoleCommandText ( string command ) : string
GetConsoleCommandTexts ( string command ) : string[]
GetConsoleWarningText ( string command ) : string
GetConsoleWarningTexts ( string command ) : string[]
GetWarningText ( string command ) : string
GetWarningText ( string command, string channel, string servername ) : string
GetWarningTexts ( string command ) : string[]
GetWarningTexts ( string command, string channel, string servername ) : string[]
IsAdminCommandHelp ( string command ) : bool
IsAdminCommandHelp ( string command, string channel, string servername ) : bool

비공개 메소드들

메소드 설명
LocalizationManager ( ) : System
Split ( string Text ) : string[]

메소드 상세

GetChannelLocalization() 공개 메소드

public GetChannelLocalization ( string channel, string servername ) : string
channel string
servername string
리턴 string

GetCommandHelpRank() 공개 메소드

public GetCommandHelpRank ( string command ) : int
command string
리턴 int

GetCommandHelpRank() 공개 메소드

public GetCommandHelpRank ( string command, string channel, string servername ) : int
command string
channel string
servername string
리턴 int

GetCommandHelpText() 공개 메소드

public GetCommandHelpText ( string command ) : string
command string
리턴 string

GetCommandHelpText() 공개 메소드

public GetCommandHelpText ( string command, string channel, string servername ) : string
command string
channel string
servername string
리턴 string

GetCommandHelpText() 공개 메소드

public GetCommandHelpText ( string command, string channel, string servername, int rank ) : string
command string
channel string
servername string
rank int
리턴 string

GetCommandHelpTexts() 공개 메소드

public GetCommandHelpTexts ( string command ) : string[]
command string
리턴 string[]

GetCommandHelpTexts() 공개 메소드

public GetCommandHelpTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
리턴 string[]

GetCommandHelpTexts() 공개 메소드

public GetCommandHelpTexts ( string command, string channel, string servername, int rank ) : string[]
command string
channel string
servername string
rank int
리턴 string[]

GetCommandText() 공개 메소드

public GetCommandText ( string command ) : string
command string
리턴 string

GetCommandText() 공개 메소드

public GetCommandText ( string command, string channel, string servername ) : string
command string
channel string
servername string
리턴 string

GetCommandTexts() 공개 메소드

public GetCommandTexts ( string command ) : string[]
command string
리턴 string[]

GetCommandTexts() 공개 메소드

public GetCommandTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
리턴 string[]

GetConsoleCommandHelpText() 공개 메소드

public GetConsoleCommandHelpText ( string command ) : string
command string
리턴 string

GetConsoleCommandHelpTexts() 공개 메소드

public GetConsoleCommandHelpTexts ( string command ) : string[]
command string
리턴 string[]

GetConsoleCommandText() 공개 메소드

public GetConsoleCommandText ( string command ) : string
command string
리턴 string

GetConsoleCommandTexts() 공개 메소드

public GetConsoleCommandTexts ( string command ) : string[]
command string
리턴 string[]

GetConsoleWarningText() 공개 메소드

public GetConsoleWarningText ( string command ) : string
command string
리턴 string

GetConsoleWarningTexts() 공개 메소드

public GetConsoleWarningTexts ( string command ) : string[]
command string
리턴 string[]

GetWarningText() 공개 메소드

public GetWarningText ( string command ) : string
command string
리턴 string

GetWarningText() 공개 메소드

public GetWarningText ( string command, string channel, string servername ) : string
command string
channel string
servername string
리턴 string

GetWarningTexts() 공개 메소드

public GetWarningTexts ( string command ) : string[]
command string
리턴 string[]

GetWarningTexts() 공개 메소드

public GetWarningTexts ( string command, string channel, string servername ) : string[]
command string
channel string
servername string
리턴 string[]

IsAdminCommandHelp() 공개 메소드

public IsAdminCommandHelp ( string command ) : bool
command string
리턴 bool

IsAdminCommandHelp() 공개 메소드

public IsAdminCommandHelp ( string command, string channel, string servername ) : bool
command string
channel string
servername string
리턴 bool