C# 클래스 Opc.Ua.Client.Controls.SubscribeEventsDlg

Prompts the user to select an area to use as an event filter.
상속: System.Windows.Forms.Form, ISessionForm
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
AddItems ( ) : void

Adds items to the subscription.

Back ( ) : void

Moves the sequence backward.

ChangeSession ( Session session ) : void

Changes the session used.

Next ( ) : void

Moves the sequence forward.

SetSubscription ( Subscription subscription ) : void

Sets the subscription used with the control.

SubscribeEventsDlg ( ) : System

Creates an empty form.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddDefaultFilter ( List fields, string browsePath, bool displayInList ) : void
BackBTN_Click ( object sender, EventArgs e ) : void
BrowseCTRL_AfterSelect ( object sender, EventArgs e ) : void
BrowseTV_AfterCheck ( object sender, TreeViewEventArgs e ) : void
CancelBTN_Click ( object sender, EventArgs e ) : void
CollectInstanceDeclarations ( List declarations ) : Opc.Ua.NodeId

Collects the instance declarations for the selected types.

CollectTypeIds ( TreeNode node, List typeIds ) : Opc.Ua.NodeId

Collects the types selected in the control.

DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
GetDisplayString ( Subscription subscription ) : string

Gets the display string for the subscription status.

InitializeComponent ( ) : void

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

ItemsDV_DoubleClick ( object sender, EventArgs e ) : void
NewMI_Click ( object sender, EventArgs e ) : void
NextBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void
OnEvent ( Subscription subscription, EventNotificationList notification, IList stringTable ) : void
OnPublishStatusChanged ( object sender, EventArgs e ) : void
SetDisplayState ( DisplayState state ) : void

Sets the display state for the control.

SetEventTypeChecks ( TreeNode node, bool isChecked ) : void

Sets the checks for the currently checked event type.

SetMonitoringModeMI_Click ( object sender, EventArgs e ) : void
SubscriptionStateTB_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
UpdateFilter ( ) : void

Updates the filter from the controls.

UpdateItems ( ) : void

Updates the items with the current filter.

UpdateRow ( DataRow row, MonitoredItem monitoredItem ) : void

Updates the row with the monitored item.

UpdateRow ( DataRow row, MonitoredItemStatus status ) : void

Updates the row with the monitored item status.

메소드 상세

AddItems() 공개 메소드

Adds items to the subscription.
public AddItems ( ) : void
리턴 void

Back() 공개 메소드

Moves the sequence backward.
public Back ( ) : void
리턴 void

ChangeSession() 공개 메소드

Changes the session used.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
리턴 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

Next() 공개 메소드

Moves the sequence forward.
public Next ( ) : void
리턴 void

SetSubscription() 공개 메소드

Sets the subscription used with the control.
public SetSubscription ( Subscription subscription ) : void
subscription Subscription
리턴 void

SubscribeEventsDlg() 공개 메소드

Creates an empty form.
public SubscribeEventsDlg ( ) : System
리턴 System