C# Class CinderellaMGS.GodmotherCheckin

Show file Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Methods

Method Description
GodmotherCheckin ( ) : System
getShifts ( ) : void

getStatuses ( ) : void

populate ( string status, string order, string shift ) : void

setFormStyle ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GodmotherCheckin_Load ( object sender, EventArgs e ) : void

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void

addGodmotherToolStripMenuItem_Click ( object sender, EventArgs e ) : void

checkInButton_Click_1 ( object sender, EventArgs e ) : void

exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void

filterComboBox_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void

shiftCB_SelectedIndexChanged ( object sender, EventArgs e ) : void

sortByNameButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GodmotherCheckin() public method

public GodmotherCheckin ( ) : System
return System

getShifts() public method

public getShifts ( ) : void
return void

getStatuses() public method

public getStatuses ( ) : void
return void

populate() public method

public populate ( string status, string order, string shift ) : void
status string
order string
shift string
return void

setFormStyle() public method

public setFormStyle ( ) : void
return void