C# 클래스 Opc.Ua.Sample.Controls.PropertyListCtrl

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the contents of the control,

PropertyListCtrl ( ) : System
Update ( Session session, ReferenceDescription reference ) : void

Sets the nodes in the control.

보호된 메소드들

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
UpdateItem ( ListViewItem listItem, object item ) : void

비공개 메소드들

메소드 설명
AddProperties ( ExpandedNodeId nodeId ) : void

Adds the properties to the control.

InitializeComponent ( ) : void

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

SelectMI_Click ( object sender, EventArgs e ) : void

메소드 상세

Clear() 공개 메소드

Clears the contents of the control,
public Clear ( ) : 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

EnableMenuItems() 보호된 메소드

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
리턴 void

GetDataToDrag() 보호된 메소드

protected GetDataToDrag ( ) : object
리턴 object

PropertyListCtrl() 공개 메소드

public PropertyListCtrl ( ) : System
리턴 System

Update() 공개 메소드

Sets the nodes in the control.
public Update ( Session session, ReferenceDescription reference ) : void
session Session
reference ReferenceDescription
리턴 void

UpdateItem() 보호된 메소드

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
리턴 void