Click or drag to resize
IConnectorActivityLogView Interface
The interface for views that can display connector activity logs.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectorActivityLogView : IView, 
	IDisposable

The IConnectorActivityLogView type exposes the following members.

Properties
  NameDescription
Public propertyConnector
Gets or sets the connector to show activities for. If no connector is supplied then activities across all connectors are shown.
Public propertyConnectorActivityEvents
Gets all of the connector activity events on display.
Public propertyHideConnectorName
Gets or sets a value indicating that the connector name column should be hidden from view. Only has an effect if set before the control is loaded.
Public propertySelectedConnectorActivityEvents
Gets or sets the selected connector activity events.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodPopulate
Shows the connector activity events passed across to the user.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventCopySelectedItemsToClipboardClicked
Raised when the copy selected items to clipboard button is clicked.
Public eventRefreshClicked
Raised when the refresh button is clicked.
Top
See Also