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

상속: Opc.Ua.Client.Controls.BaseListCtrl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the contents of the control,

FilterOperandListCtrl ( ) : System
GetOperands ( ) : List

Returns the list of operands in the control.

Initialize ( Session session, IList elements, int index ) : void

Sets the nodes in the control.

보호된 메소드들

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

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
UpdateItem ( ListViewItem listItem, object item, int index ) : void

비공개 메소드들

메소드 설명
DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NewMI_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 ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
리턴 void

FilterOperandListCtrl() 공개 메소드

public FilterOperandListCtrl ( ) : System
리턴 System

GetOperands() 공개 메소드

Returns the list of operands in the control.
public GetOperands ( ) : List
리턴 List

Initialize() 공개 메소드

Sets the nodes in the control.
public Initialize ( Session session, IList elements, int index ) : void
session Opc.Ua.Client.Session
elements IList
index int
리턴 void

UpdateItem() 보호된 메소드

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