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

Наследование: Opc.Ua.Client.Controls.BaseListCtrl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
InitializeComponent void
UpdateChanges void
ViewMI_Click void

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

Метод Описание
Clear ( ) : void

Clears the contents of the control,

DataChangeNotificationListCtrl ( ) : System
Initialize ( Subscription subscription, MonitoredItem monitoredItem ) : void

Sets the nodes in the control.

NotificationReceived ( MonitoredItemNotificationEventArgs e ) : void

Processes a new notification.

NotificationReceived ( NotificationEventArgs e ) : void

Processes a new notification.

PublishStatusChanged ( ) : void

Updates the display after the publish status for the subscription changes.

SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void

Processes a change to the subscription.

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

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

Clean up any resources being used.

EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
PickItems ( ) : void
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

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

Метод Описание
InitializeComponent ( ) : void

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

UpdateChanges ( IList changes, int offset ) : void

Updates the events displayed in the control.

ViewMI_Click ( object sender, EventArgs e ) : void

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

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

Clears the contents of the control,
public Clear ( ) : void
Результат void

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

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

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

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

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

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Результат void

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

Sets the nodes in the control.
public Initialize ( Subscription subscription, MonitoredItem monitoredItem ) : void
subscription Subscription
monitoredItem Opc.Ua.Client.MonitoredItem
Результат void

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

Processes a new notification.
public NotificationReceived ( MonitoredItemNotificationEventArgs e ) : void
e Opc.Ua.Client.MonitoredItemNotificationEventArgs
Результат void

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

Processes a new notification.
public NotificationReceived ( NotificationEventArgs e ) : void
e Opc.Ua.Client.NotificationEventArgs
Результат void

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

protected PickItems ( ) : void
Результат void

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

Updates the display after the publish status for the subscription changes.
public PublishStatusChanged ( ) : void
Результат void

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

Processes a change to the subscription.
public SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void
e SubscriptionStateChangedEventArgs
Результат void

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

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Результат void