C# Class VixenModules.App.SuperScheduler.SetupScheduleForm

Inheritance: Common.Controls.BaseForm
Afficher le fichier Open project: sall/vixen Class Usage Examples

Méthodes publiques

Méthode Description
PopulateShowList ( System.Guid showID ) : void
SetTime ( ) : void
SetupScheduleForm ( ScheduleItem scheduleItem ) : System
ValidDate ( System.DateTime date ) : System.DateTime

Private Methods

Méthode Description
SetupScheduleForm_Load ( object sender, EventArgs e ) : void
buttonBackground_MouseHover ( object sender, EventArgs e ) : void
buttonBackground_MouseLeave ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonHelp_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
comboBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
dateEndTime_ValueChanged ( object sender, EventArgs e ) : void
dateStartTime_ValueChanged ( object sender, EventArgs e ) : void
dateStart_ValueChanged ( object sender, EventArgs e ) : void
groupBoxes_Paint ( object sender, PaintEventArgs e ) : void

Method Details

PopulateShowList() public méthode

public PopulateShowList ( System.Guid showID ) : void
showID System.Guid
Résultat void

SetTime() public méthode

public SetTime ( ) : void
Résultat void

SetupScheduleForm() public méthode

public SetupScheduleForm ( ScheduleItem scheduleItem ) : System
scheduleItem ScheduleItem
Résultat System

ValidDate() public méthode

public ValidDate ( System.DateTime date ) : System.DateTime
date System.DateTime
Résultat System.DateTime