C# Class Opc.Ua.Sample.Controls.FilterOperandListCtrl

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
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.

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Clear() public method

Clears the contents of the control,
public Clear ( ) : void
return void

Dispose() protected method

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

EnableMenuItems() protected method

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
return void

FilterOperandListCtrl() public method

public FilterOperandListCtrl ( ) : System
return System

GetOperands() public method

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

Initialize() public method

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

UpdateItem() protected method

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