Метод | Описание | |
---|---|---|
ConsoleUserInterface ( IConsoleTextManipulation textManipulation, IActionLogger logger, IServiceResultVisualizer serviceResultVisualizer ) : System | ||
Display ( IServiceResult serviceResult ) : void | ||
GetInput ( ) : string | ||
ShowIndented ( string text, int marginLeft ) : void | ||
ShowKeyValueStore ( string>.IDictionary |
||
ShowKeyValueStore ( string>.IDictionary |
||
ShowLabelValuePair ( string label, string value, int distanceBetweenLabelAndValue ) : void | ||
Write ( string text ) : void | ||
WriteLine ( string text ) : void |
Метод | Описание | |
---|---|---|
Capture ( string text ) : void | ||
CaptureLine ( string text ) : void |
public ConsoleUserInterface ( IConsoleTextManipulation textManipulation, IActionLogger logger, IServiceResultVisualizer serviceResultVisualizer ) : System | ||
textManipulation | IConsoleTextManipulation | |
logger | IActionLogger | |
serviceResultVisualizer | IServiceResultVisualizer | |
Результат | System |
public Display ( IServiceResult serviceResult ) : void | ||
serviceResult | IServiceResult | |
Результат | void |
public ShowIndented ( string text, int marginLeft ) : void | ||
text | string | |
marginLeft | int | |
Результат | void |
public ShowKeyValueStore ( string>.IDictionary |
||
keyValueStore | string>.IDictionary | |
distanceBetweenColumns | int | |
Результат | void |
public ShowKeyValueStore ( string>.IDictionary |
||
keyValueStore | string>.IDictionary | |
distanceBetweenColumns | int | |
indentation | int | |
Результат | void |
public ShowLabelValuePair ( string label, string value, int distanceBetweenLabelAndValue ) : void | ||
label | string | |
value | string | |
distanceBetweenLabelAndValue | int | |
Результат | void |