C# 클래스 Talis.XIVPlugin.Twintania.Helpers.TimerHelper

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Bio2hazard/talis.xivplugin.twintania

공개 프로퍼티들

프로퍼티 타입 설명
Counting bool
SoundWhenFinished string
TimerMode string
Volume int

Private Properties

프로퍼티 타입 설명
RaisePropertyChanged void

공개 메소드들

메소드 설명
Start ( double timeToEvent, int interval ) : void
Stop ( ) : void
TickHandler ( ) : void
TimerHelper ( EventHandler update = null ) : System

비공개 메소드들

메소드 설명
RaisePropertyChanged ( [ caller = "" ) : void

메소드 상세

Start() 공개 메소드

public Start ( double timeToEvent, int interval ) : void
timeToEvent double
interval int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TickHandler() 공개 메소드

public TickHandler ( ) : void
리턴 void

TimerHelper() 공개 메소드

public TimerHelper ( EventHandler update = null ) : System
update EventHandler
리턴 System

프로퍼티 상세

Counting 공개적으로 프로퍼티

public bool Counting
리턴 bool

SoundWhenFinished 공개적으로 프로퍼티

public string SoundWhenFinished
리턴 string

TimerMode 공개적으로 프로퍼티

public string TimerMode
리턴 string

Volume 공개적으로 프로퍼티

public int Volume
리턴 int