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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Bio2hazard/talis.xivplugin.twintania

Méthodes publiques

Свойство Type Description
Counting bool
SoundWhenFinished string
TimerMode string
Volume int

Private Properties

Свойство Type Description
RaisePropertyChanged void

Méthodes publiques

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

Private Methods

Méthode Description
RaisePropertyChanged ( [ caller = "" ) : void

Method Details

Start() public méthode

public Start ( double timeToEvent, int interval ) : void
timeToEvent double
interval int
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TickHandler() public méthode

public TickHandler ( ) : void
Résultat void

TimerHelper() public méthode

public TimerHelper ( EventHandler update = null ) : System
update EventHandler
Résultat System

Property Details

Counting public_oe property

public bool Counting
Résultat bool

SoundWhenFinished public_oe property

public string SoundWhenFinished
Résultat string

TimerMode public_oe property

public string TimerMode
Résultat string

Volume public_oe property

public int Volume
Résultat int