C# 클래스 Opc.Ua.Client.Controls.ConfiguredServerListCtrl

A list of servers.
상속: BaseListCtrl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
ConfiguredServerListCtrl ( ) : System

Initalize the control.

Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

보호된 메소드들

메소드 설명
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void

Enables context menu items.

UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Updates an item in the control.

비공개 메소드들

메소드 설명
ConfigureMI_Click ( object sender, EventArgs e ) : void
DeleteMI_Click ( object sender, EventArgs e ) : void
NewMI_Click ( object sender, EventArgs e ) : void

메소드 상세

ConfiguredServerListCtrl() 공개 메소드

Initalize the control.
public ConfiguredServerListCtrl ( ) : System
리턴 System

EnableMenuItems() 보호된 메소드

Enables context menu items.
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
리턴 void

Initialize() 공개 메소드

Displays a list of servers in the control.
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void
endpoints ConfiguredEndpointCollection
configuration ApplicationConfiguration
리턴 void

UpdateItem() 보호된 메소드

Updates an item in the control.
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
리턴 void