C# 클래스 Prizm.Main.Controls.InspectorSelectionControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: AleksMorozova/prizm

공개 프로퍼티들

프로퍼티 타입 설명
inspectionDate DateTime?

공개 메소드들

메소드 설명
ClearSelection ( ) : void
InspectorSelectionControl ( ) : System
SelectInspectors ( IList inspectors ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

Dispose() 보호된 메소드

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

InspectorSelectionControl() 공개 메소드

public InspectorSelectionControl ( ) : System
리턴 System

SelectInspectors() 공개 메소드

public SelectInspectors ( IList inspectors ) : void
inspectors IList
리턴 void

프로퍼티 상세

inspectionDate 공개적으로 프로퍼티

public DateTime? inspectionDate
리턴 DateTime?