C# Класс Quickstarts.AlarmConditionClient.SetAreaFilterDlg

Prompts the user to select an area to use as an event filter.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SetAreaFilterDlg ( ) : System

Creates an empty form.

ShowDialog ( Session session ) : Opc.Ua.NodeId

Displays the available areas in a tree view.

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

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

Clean up any resources being used.

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

Метод Описание
BrowseTV_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Handles the AfterSelect event of the BrowseTV control.

BrowseTV_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Handles the BeforeExpand event of the BrowseTV control.

BrowseTV_DoubleClick ( object sender, EventArgs e ) : void

Handles the DoubleClick event of the BrowseTV control.

InitializeComponent ( ) : void

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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Creates an empty form.
public SetAreaFilterDlg ( ) : System
Результат System

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

Displays the available areas in a tree view.
public ShowDialog ( Session session ) : Opc.Ua.NodeId
session Opc.Ua.Client.Session The session.
Результат Opc.Ua.NodeId