C# Class Opc.Ua.Client.Controls.TypeFieldsListViewCtrl

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
ChangeSession ( Session session ) : void

Changes the session used by the control.

Read ( ) : void

Reads the values displayed in the control and moves to the display results state.

ShowFilter ( FilterDeclaration filter ) : void

Displays the current filter components in the control.

ShowType ( NodeId typeId ) : void

Displays the components of the type in the control.

TypeFieldsListViewCtrl ( ) : System

Constructs a new instance.

UpdateRow ( DataRow row, DataValue value ) : void

Updates the row with the node to read.

UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void

Updates the row with the node to read.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

ChangeSession() public method

Changes the session used by the control.
public ChangeSession ( Session session ) : void
session Session
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

Read() public method

Reads the values displayed in the control and moves to the display results state.
public Read ( ) : void
return void

ShowFilter() public method

Displays the current filter components in the control.
public ShowFilter ( FilterDeclaration filter ) : void
filter FilterDeclaration
return void

ShowType() public method

Displays the components of the type in the control.
public ShowType ( NodeId typeId ) : void
typeId NodeId
return void

TypeFieldsListViewCtrl() public method

Constructs a new instance.
public TypeFieldsListViewCtrl ( ) : System
return System

UpdateRow() public method

Updates the row with the node to read.
public UpdateRow ( DataRow row, DataValue value ) : void
row DataRow
value DataValue
return void

UpdateRow() public method

Updates the row with the node to read.
public UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void
row DataRow
declaration InstanceDeclaration
return void