C# 클래스 CapRaffle.Models.Extensions

파일 보기 프로젝트 열기: capgemini-stavanger/CapRaffle

공개 메소드들

메소드 설명
Error ( this controller, string message ) : void
Info ( this controller, string message ) : void
Success ( this controller, string message ) : void
Warning ( this controller, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( this controller, string message ) : void
controller this
message string
리턴 void

Info() 공개 정적인 메소드

public static Info ( this controller, string message ) : void
controller this
message string
리턴 void

Success() 공개 정적인 메소드

public static Success ( this controller, string message ) : void
controller this
message string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( this controller, string message ) : void
controller this
message string
리턴 void