C# Class Schumix.CalendarAddon.Calendar

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode Description
Calendar ( string ServerName ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
BirthDay ( ) : void
CalendarTimeRemove ( ) : void
Flood ( ) : void
HandleTimerBirthDayElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
HandleTimerCalendarElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
HandleTimerFloodElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
HandleTimerNameDayElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
HandleTimerUnbanElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
NameDay ( ) : void
Unban ( ) : void
UpdateBirthDay ( ) : void
UpdateCalendar ( ) : void
UpdateFlood ( ) : void
UpdateNameDay ( ) : void
UpdateUnban ( ) : void

Method Details

Calendar() public méthode

public Calendar ( string ServerName ) : System
ServerName string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void