C# Class fCraft.ConfigCLI.ConfigCLI

Show file Open project: fragmer/fCraft

Public Methods

Method Description
PadLeftSub ( this text, int leftPad, int length ) : string
PadRightSub ( this text, int length ) : string

Private Methods

Method Description
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

Method Details

PadLeftSub() public static method

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

PadRightSub() public static method

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