C# 클래스 Core.Flash.FlasherExtensions

파일 보기 프로젝트 열기: lurumad/core-flash

공개 메소드들

메소드 설명
Danger ( IFlasher flasher, string message, bool dismissable = false ) : void
Dark ( IFlasher flasher, string message, bool dismissable = false ) : void
Info ( IFlasher flasher, string message, bool dismissable = false ) : void
Light ( IFlasher flasher, string message, bool dismissable = false ) : void
Primary ( IFlasher flasher, string message, bool dismissable = false ) : void
Secondary ( IFlasher flasher, string message, bool dismissable = false ) : void
Success ( IFlasher flasher, string message, bool dismissable = false ) : void
Warning ( IFlasher flasher, string message, bool dismissable = false ) : void

메소드 상세

Danger() 공개 정적인 메소드

public static Danger ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Dark() 공개 정적인 메소드

public static Dark ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Info() 공개 정적인 메소드

public static Info ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Light() 공개 정적인 메소드

public static Light ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Primary() 공개 정적인 메소드

public static Primary ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Secondary() 공개 정적인 메소드

public static Secondary ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Success() 공개 정적인 메소드

public static Success ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( IFlasher flasher, string message, bool dismissable = false ) : void
flasher IFlasher
message string
dismissable bool
리턴 void