C# 클래스 Opc.Ua.Sample.Controls.DataChangeNotificationListCtrl

상속: Opc.Ua.Client.Controls.BaseListCtrl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

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