C# 클래스 ATMLCommonLibrary.controls.connector.ConnectorLocationPinListControl

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

보호된 프로퍼티들

프로퍼티 타입 설명
BtnSelect ToolStripButton

Private Properties

프로퍼티 타입 설명
AddListViewItem int
ControlsToData void
DataToControls void
HasConnectorLocation bool
InitializeComponent void
btnSelect_Click void

공개 메소드들

메소드 설명
AddConnectorLocation ( ConnectorLocation connectorLocation ) : void
ConnectorLocationPinListControl ( ) : System

보호된 메소드들

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

Clean up any resources being used.

btnAdd_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnFind_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddListViewItem ( ConnectorLocation connectorLocation ) : int
ControlsToData ( ) : void
DataToControls ( ) : void
HasConnectorLocation ( ConnectorLocation connectorLocation ) : bool
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnSelect_Click ( object sender, EventArgs e ) : void

메소드 상세

AddConnectorLocation() 공개 메소드

public AddConnectorLocation ( ConnectorLocation connectorLocation ) : void
connectorLocation ConnectorLocation
리턴 void

ConnectorLocationPinListControl() 공개 메소드

public ConnectorLocationPinListControl ( ) : System
리턴 System

Dispose() 보호된 메소드

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

btnAdd_Click() 보호된 메소드

protected btnAdd_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnDelete_Click() 보호된 메소드

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnEdit_Click() 보호된 메소드

protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnFind_Click() 보호된 메소드

protected btnFind_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

BtnSelect 보호되어 있는 프로퍼티

protected ToolStripButton BtnSelect
리턴 ToolStripButton