C# Class PurplePen.CourseLoad

Inheritance: OkCancelDialog
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
courseLoads Controller.CourseLoadInfo[]

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public CourseLoad ( ) : System
Résultat System

Dispose() protected méthode

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

ErrorMessage() public méthode

public ErrorMessage ( string message ) : void
message string
Résultat void

GetCourseLoads() public méthode

public GetCourseLoads ( ) : Controller.CourseLoadInfo[]
Résultat Controller.CourseLoadInfo[]

LoadFromString() public méthode

public LoadFromString ( string loadString, int &load ) : bool
loadString string
load int
Résultat bool

SetCourseLoads() public méthode

public SetCourseLoads ( Controller loads ) : void
loads Controller
Résultat void

Property Details

courseLoads public_oe property

public Controller.CourseLoadInfo[] courseLoads
Résultat Controller.CourseLoadInfo[]