Click or drag to resize
IConnectorActivityLogPresenter Interface
The interface for presenters that control IConnectorActivityLogView views.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectorActivityLogPresenter : IPresenter<IConnectorActivityLogView>

The IConnectorActivityLogPresenter type exposes the following members.

Methods
  NameDescription
Public methodFormatDetailText
Returns the text for the display of a single activity.
Public methodFormatDetailTitle
Returns the title for the display of a single activity.
Public methodFormatTime
Returns the formatted value of a UTC time.
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Top
See Also