C# Class Prizm.Main.Controls.InspectorSelectionControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Свойство Type Description
inspectionDate DateTime?

Méthodes publiques

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

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

public ClearSelection ( ) : void
Résultat void

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

InspectorSelectionControl() public méthode

public InspectorSelectionControl ( ) : System
Résultat System

SelectInspectors() public méthode

public SelectInspectors ( IList inspectors ) : void
inspectors IList
Résultat void

Property Details

inspectionDate public_oe property

public DateTime? inspectionDate
Résultat DateTime?