C# Class Prizm.Main.Controls.WeldersSelectionControl

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: AleksMorozova/prizm

Public Properties

Property Type Description
weldDate System.DateTime

Public Methods

Method Description
ClearSelection ( ) : void
SelectWelders ( IList welders ) : void
WeldersSelectionControl ( ) : System

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.

WeldersSelectionControl_Load ( object sender, EventArgs e ) : void
gridViewWelders_RowCellStyle ( object sender, RowCellStyleEventArgs e ) : void
gridViewWelders_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

SelectWelders() public method

public SelectWelders ( IList welders ) : void
welders IList
return void

WeldersSelectionControl() public method

public WeldersSelectionControl ( ) : System
return System

Property Details

weldDate public_oe property

public DateTime,System weldDate
return System.DateTime