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

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

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

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

Apply any changes to the set of items.

Clear ( ) : void

Clears the contents of the control,

Initialize ( MonitoredItem monitoredItem ) : void

Displays the items for the specified subscription in the control.

Initialize ( Subscription subscription ) : void

Displays the items for the specified subscription in the control.

MonitoredItemStatusCtrl ( ) : System

Initializes the object with default values.

SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void

Called when the subscription changes.

UpdateItems ( ) : void

Refreshes the state of all items displayed in the control.

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

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

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void
UpdateItem ( ListViewItem listItem, object item ) : void

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

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

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

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

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

Apply any changes to the set of items.
public ApplyChanges ( ) : void
Результат void

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

Clears the contents of the control,
public Clear ( ) : void
Результат 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

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

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

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

Displays the items for the specified subscription in the control.
public Initialize ( MonitoredItem monitoredItem ) : void
monitoredItem MonitoredItem
Результат void

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

Displays the items for the specified subscription in the control.
public Initialize ( Subscription subscription ) : void
subscription Subscription
Результат void

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

Initializes the object with default values.
public MonitoredItemStatusCtrl ( ) : System
Результат System

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

Called when the subscription changes.
public SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void
e SubscriptionStateChangedEventArgs
Результат void

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

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

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

Refreshes the state of all items displayed in the control.
public UpdateItems ( ) : void
Результат void