C# Класс Opc.Ua.Client.Controls.EventFilterListViewCtrl

Показать файл Открыть проект

Открытые методы

Метод Описание
ChangeSession ( Session session ) : void

Changes the session used for the read request.

EventFilterListViewCtrl ( ) : System

Constructs a new instance.

SetFilter ( FilterDeclaration filter ) : void

Sets the filter to edit.

UpdateRow ( DataRow row, FilterDeclarationField field ) : void

Updates the row.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
FilterDV_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
FilterDV_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
FilterDV_ColumnHeaderMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void
InitializeComponent ( ) : void

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

MoveUpMI_Click ( object sender, EventArgs e ) : void

Описание методов

ChangeSession() публичный Метод

Changes the session used for the read request.
public ChangeSession ( Session session ) : void
session Session
Результат 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

EventFilterListViewCtrl() публичный Метод

Constructs a new instance.
public EventFilterListViewCtrl ( ) : System
Результат System

SetFilter() публичный Метод

Sets the filter to edit.
public SetFilter ( FilterDeclaration filter ) : void
filter FilterDeclaration
Результат void

UpdateRow() публичный Метод

Updates the row.
public UpdateRow ( DataRow row, FilterDeclarationField field ) : void
row DataRow
field FilterDeclarationField
Результат void