Метод | Описание | |
---|---|---|
Error ( this controller, string message ) : void | ||
Info ( this controller, string message ) : void | ||
Success ( this controller, string message ) : void | ||
Warning ( this controller, string message ) : void |
public static Error ( this controller, string message ) : void | ||
controller | this | |
message | string | |
Результат | void |
public static Info ( this controller, string message ) : void | ||
controller | this | |
message | string | |
Результат | void |
public static Success ( this controller, string message ) : void | ||
controller | this | |
message | string | |
Результат | void |
public static Warning ( this controller, string message ) : void | ||
controller | this | |
message | string | |
Результат | void |