C# Class Schumix.CalendarAddon.Calendar

Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
Calendar ( string ServerName ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method 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 method

public Calendar ( string ServerName ) : System
ServerName string
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void