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

Displays the results from a history read operation.
Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
ChangeSession ( Session session ) : void

Changes the session used for the read request.

DisplayEvent ( EventFieldList e ) : void

Displays the event.

DisplayEvent ( VariantCollection fields ) : void

Sets the filter to edit.

EventListViewCtrl ( ) : System

Constructs a new instance.

SetFilter ( FilterDeclaration filter ) : void

Sets the filter to edit.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearMI_Click ( object sender, EventArgs e ) : void
DeleteHistory ( Opc.Ua.NodeId areaId, List events, FilterDeclaration filter ) : void

Deletes the recent history.

DeleteMI_Click ( object sender, EventArgs e ) : void
DetailsMI_Click ( object sender, EventArgs e ) : void
EventsDV_ColumnAdded ( object sender, System.Windows.Forms.DataGridViewColumnEventArgs e ) : void
InitializeComponent ( ) : void

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

ReadHistory ( ReadEventDetails details, Opc.Ua.NodeId areaId ) : void

Fetches the recent history.

Method Details

ChangeSession() public method

Changes the session used for the read request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
return void

DisplayEvent() public method

Displays the event.
public DisplayEvent ( EventFieldList e ) : void
e Opc.Ua.EventFieldList
return void

DisplayEvent() public method

Sets the filter to edit.
public DisplayEvent ( VariantCollection fields ) : void
fields VariantCollection
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

EventListViewCtrl() public method

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

SetFilter() public method

Sets the filter to edit.
public SetFilter ( FilterDeclaration filter ) : void
filter FilterDeclaration
return void