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

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the contents of the control,

Initialize ( Session session, Subscription subscription ) : void

Initializes the control with the session/subscription indicated.

NotificationMessageListCtrl ( ) : System

Initializes the object with default values.

Méthodes protégées

Méthode Description
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Private Methods

Méthode Description
ClearMI_Click ( object sender, EventArgs e ) : void
DeleteMI_Click ( object sender, EventArgs e ) : void
RepublishMI_Click ( object sender, EventArgs e ) : void
Session_Notification ( Session sender, NotificationEventArgs e ) : void
Update ( List tags ) : void
ViewMI_Click ( object sender, EventArgs e ) : void

Method Details

Clear() public méthode

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

EnableMenuItems() protected méthode

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Résultat void

Initialize() public méthode

Initializes the control with the session/subscription indicated.
public Initialize ( Session session, Subscription subscription ) : void
session Opc.Ua.Client.Session
subscription Subscription
Résultat void

NotificationMessageListCtrl() public méthode

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

UpdateItem() protected méthode

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
Résultat void