C# Class Talis.XIVPlugin.Twintania.Helpers.TimerHelper

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Bio2hazard/talis.xivplugin.twintania

Public Properties

Property Type Description
Counting bool
SoundWhenFinished string
TimerMode string
Volume int

Private Properties

Property Type Description
RaisePropertyChanged void

Public Methods

Method Description
Start ( double timeToEvent, int interval ) : void
Stop ( ) : void
TickHandler ( ) : void
TimerHelper ( EventHandler update = null ) : System

Private Methods

Method Description
RaisePropertyChanged ( [ caller = "" ) : void

Method Details

Start() public method

public Start ( double timeToEvent, int interval ) : void
timeToEvent double
interval int
return void

Stop() public method

public Stop ( ) : void
return void

TickHandler() public method

public TickHandler ( ) : void
return void

TimerHelper() public method

public TimerHelper ( EventHandler update = null ) : System
update EventHandler
return System

Property Details

Counting public_oe property

public bool Counting
return bool

SoundWhenFinished public_oe property

public string SoundWhenFinished
return string

TimerMode public_oe property

public string TimerMode
return string

Volume public_oe property

public int Volume
return int