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

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

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

Метод Описание
ShowDialog ( Session session, NodeState node, string caption ) : bool

Prompts the user to edit a value.

ViewNodeStateDlg ( ) : System

Creates an empty form.

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

Метод Описание
OkBTN_Click ( object sender, EventArgs e ) : void
PopulateDataView ( ISystemContext context, NodeState parent, string parentPath ) : void

Recursively populates the data view.

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

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

Prompts the user to edit a value.
public ShowDialog ( Session session, NodeState node, string caption ) : bool
session Session
node NodeState
caption string
Результат bool

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

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