C# Класс Opc.Ua.Sample.Controls.SubscriptionDlg

Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
New ( Session session ) : Subscription

Creates a new subscription.

Session_Notification ( Session session, NotificationEventArgs e ) : void

Processes a Publish repsonse from the server.

Show ( Subscription subscription ) : void

Displays the dialog.

SubscriptionDlg ( ) : System
Subscription_PublishStatusChanged ( object subscription, EventArgs e ) : void

Handles a change to the publish status for the subscription.

Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void

Handles a change to the state of the subscription.

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

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

Clean up any resources being used.

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

Метод Описание
ConditionRefreshMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

SubscriptionCreateItemFromTypeMI_Click ( object sender, EventArgs e ) : void
SubscriptionCreateItemMI_Click ( object sender, EventArgs e ) : void
SubscriptionDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
SubscriptionEnablePublishingMI_Click ( object sender, EventArgs e ) : void
SubscriptionMI_DropDownOpening ( object sender, EventArgs e ) : void
UpdateStatus ( ) : void

Updates the controls displaying the status of the subscription.

WindowMI_Click ( object sender, EventArgs e ) : void

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

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

public CreateDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e FormClosingEventArgs
Результат 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

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

Creates a new subscription.
public New ( Session session ) : Subscription
session Opc.Ua.Client.Session
Результат Subscription

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

Processes a Publish repsonse from the server.
public Session_Notification ( Session session, NotificationEventArgs e ) : void
session Opc.Ua.Client.Session
e Opc.Ua.Client.NotificationEventArgs
Результат void

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

Displays the dialog.
public Show ( Subscription subscription ) : void
subscription Subscription
Результат void

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

public SubscriptionDlg ( ) : System
Результат System

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

Handles a change to the publish status for the subscription.
public Subscription_PublishStatusChanged ( object subscription, EventArgs e ) : void
subscription object
e System.EventArgs
Результат void

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

Handles a change to the state of the subscription.
public Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void
subscription Subscription
e SubscriptionStateChangedEventArgs
Результат void