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

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

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

Clears the contents of the control,
public Clear ( ) : void
리턴 void

EnableMenuItems() 보호된 메소드

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
리턴 void

Initialize() 공개 메소드

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

NotificationMessageListCtrl() 공개 메소드

Initializes the object with default values.
public NotificationMessageListCtrl ( ) : System
리턴 System

UpdateItem() 보호된 메소드

protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
리턴 void