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

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

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

보호된 메소드들

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

Clean up any resources being used.

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

ApplyChanges() 공개 메소드

Apply any changes to the set of items.
public ApplyChanges ( ) : void
리턴 void

Clear() 공개 메소드

Clears the contents of the control,
public Clear ( ) : void
리턴 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

EnableMenuItems() 보호된 메소드

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
리턴 void

Initialize() 공개 메소드

Displays the items for the specified subscription in the control.
public Initialize ( MonitoredItem monitoredItem ) : void
monitoredItem MonitoredItem
리턴 void

Initialize() 공개 메소드

Displays the items for the specified subscription in the control.
public Initialize ( Subscription subscription ) : void
subscription Subscription
리턴 void

MonitoredItemStatusCtrl() 공개 메소드

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

SubscriptionChanged() 공개 메소드

Called when the subscription changes.
public SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void
e SubscriptionStateChangedEventArgs
리턴 void

UpdateItem() 보호된 메소드

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
리턴 void

UpdateItems() 공개 메소드

Refreshes the state of all items displayed in the control.
public UpdateItems ( ) : void
리턴 void