C# Class Opc.Ua.Sample.Controls.MonitoredItemStatusCtrl

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

ApplyChanges() public méthode

Apply any changes to the set of items.
public ApplyChanges ( ) : void
Résultat void

Clear() public méthode

Clears the contents of the control,
public Clear ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

EnableMenuItems() protected méthode

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Résultat void

Initialize() public méthode

Displays the items for the specified subscription in the control.
public Initialize ( MonitoredItem monitoredItem ) : void
monitoredItem MonitoredItem
Résultat void

Initialize() public méthode

Displays the items for the specified subscription in the control.
public Initialize ( Subscription subscription ) : void
subscription Subscription
Résultat void

MonitoredItemStatusCtrl() public méthode

Initializes the object with default values.
public MonitoredItemStatusCtrl ( ) : System
Résultat System

SubscriptionChanged() public méthode

Called when the subscription changes.
public SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void
e SubscriptionStateChangedEventArgs
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
Résultat void

UpdateItems() public méthode

Refreshes the state of all items displayed in the control.
public UpdateItems ( ) : void
Résultat void