C# 클래스 strICT.InFlow.AppWFM.Lib.DConsole

파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS

공개 메소드들

메소드 설명
Print ( string message ) : void

Simple write

Print ( string message, ConsoleColor color ) : void

Write line with given color

PrintDone ( ) : void

Print [Done] in green

PrintEmptyLines ( ) : void

Write empty line

PrintEmptyLines ( int numberOfLines ) : void

Write empty lines

PrintFailed ( ) : void

Print [Failed] in red

PrintLine ( string message ) : void

Simple write line

PrintList ( List list, string listname ) : void

Prints a list of string

ReadInt ( int max ) : int

Read int between 0 und max

ReadLine ( ) : string

ReadLine in color magenta

메소드 상세

Print() 공개 정적인 메소드

Simple write
public static Print ( string message ) : void
message string
리턴 void

Print() 공개 정적인 메소드

Write line with given color
public static Print ( string message, ConsoleColor color ) : void
message string
color ConsoleColor
리턴 void

PrintDone() 공개 정적인 메소드

Print [Done] in green
public static PrintDone ( ) : void
리턴 void

PrintEmptyLines() 공개 정적인 메소드

Write empty line
public static PrintEmptyLines ( ) : void
리턴 void

PrintEmptyLines() 공개 정적인 메소드

Write empty lines
public static PrintEmptyLines ( int numberOfLines ) : void
numberOfLines int Number of empty Lines
리턴 void

PrintFailed() 공개 정적인 메소드

Print [Failed] in red
public static PrintFailed ( ) : void
리턴 void

PrintLine() 공개 정적인 메소드

Simple write line
public static PrintLine ( string message ) : void
message string
리턴 void

PrintList() 공개 정적인 메소드

Prints a list of string
public static PrintList ( List list, string listname ) : void
list List list entries
listname string list name
리턴 void

ReadInt() 공개 정적인 메소드

Read int between 0 und max
public static ReadInt ( int max ) : int
max int max int value
리턴 int

ReadLine() 공개 정적인 메소드

ReadLine in color magenta
public static ReadLine ( ) : string
리턴 string