C# 클래스 fCraft.ConfigCLI.ConfigCLI

파일 보기 프로젝트 열기: fragmer/fCraft

공개 메소드들

메소드 설명
PadLeftSub ( this text, int leftPad, int length ) : string
PadRightSub ( this text, int length ) : string

비공개 메소드들

메소드 설명
AddRank ( Rank newRank ) : void
EraseRank ( ) : void
Main ( string args ) : void
OnLogged ( object sender, LogEventArgs e ) : void
PrintColor ( string color ) : void
PrintColorList ( ) : void
PrintKeyValue ( string value ) : void
Refresh ( [ heading ) : void
ReportFailure ( ShutdownReason reason ) : void
ShowAddRank ( ) : MenuState
ShowKey ( ) : MenuState
ShowKeyList ( ) : MenuState
ShowPermissionLimitDetails ( ) : MenuState
ShowPermissionLimits ( ) : MenuState
ShowPermissions ( ) : MenuState
ShowRankDetails ( ) : MenuState
ShowRanks ( ) : MenuState
ShowSectionList ( ) : MenuState
StateLoop ( ) : void
WriteHeader ( string text ) : void
WriteWarning ( string text ) : void

메소드 상세

PadLeftSub() 공개 정적인 메소드

public static PadLeftSub ( this text, int leftPad, int length ) : string
text this
leftPad int
length int
리턴 string

PadRightSub() 공개 정적인 메소드

public static PadRightSub ( this text, int length ) : string
text this
length int
리턴 string