C# Class PurplePen.CourseLoad

Inheritance: OkCancelDialog
Mostrar archivo Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
courseLoads Controller.CourseLoadInfo[]

Public Methods

Method Description
CourseLoad ( ) : System
ErrorMessage ( string message ) : void
GetCourseLoads ( ) : Controller.CourseLoadInfo[]
LoadFromString ( string loadString, int &load ) : bool
SetCourseLoads ( Controller loads ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

grid_CellValidating ( object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e ) : void

Method Details

CourseLoad() public method

public CourseLoad ( ) : System
return System

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

ErrorMessage() public method

public ErrorMessage ( string message ) : void
message string
return void

GetCourseLoads() public method

public GetCourseLoads ( ) : Controller.CourseLoadInfo[]
return Controller.CourseLoadInfo[]

LoadFromString() public method

public LoadFromString ( string loadString, int &load ) : bool
loadString string
load int
return bool

SetCourseLoads() public method

public SetCourseLoads ( Controller loads ) : void
loads Controller
return void

Property Details

courseLoads public_oe property

public Controller.CourseLoadInfo[] courseLoads
return Controller.CourseLoadInfo[]