C# Class Prizm.Main.Controls.InspectorSelectionControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: AleksMorozova/prizm

Public Properties

Property Type Description
inspectionDate DateTime?

Public Methods

Method Description
ClearSelection ( ) : void
InspectorSelectionControl ( ) : System
SelectInspectors ( IList inspectors ) : 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.

InspectorSelectionControl_Load ( object sender, EventArgs e ) : void
inspectorsGridView_RowCellStyle ( object sender, DevExpress e ) : void
inspectorsGridView_SelectionChanged ( object sender, DevExpress e ) : void

Method Details

ClearSelection() public method

public ClearSelection ( ) : void
return void

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

InspectorSelectionControl() public method

public InspectorSelectionControl ( ) : System
return System

SelectInspectors() public method

public SelectInspectors ( IList inspectors ) : void
inspectors IList
return void

Property Details

inspectionDate public property

public DateTime? inspectionDate
return DateTime?