C# 클래스 NetPonto.Common.Helpers.UIHelpers

jQuery "snipets" go here
파일 보기 프로젝트 열기: JorgeMCSilva/NetPonto

공개 메소드들

메소드 설명
Flash ( this helper ) : string
FlashError ( this controller, string message ) : void
FlashInfo ( this controller, string message ) : void
FlashWarning ( this controller, string message ) : void

메소드 상세

Flash() 공개 정적인 메소드

public static Flash ( this helper ) : string
helper this
리턴 string

FlashError() 공개 정적인 메소드

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

FlashInfo() 공개 정적인 메소드

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

FlashWarning() 공개 정적인 메소드

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