Click or drag to resize
IConnectionSessionLogView Interface
The interface for GUIs that display connection sessions to the user.

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

The IConnectionSessionLogView type exposes the following members.

Properties
  NameDescription
Public propertyEndDate
Gets or sets the end date for the list of sessions to show to the user.
Public propertyStartDate
Gets or sets the start date for the list of sessions to show to the user.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowSessions
Displays the sessions passed across to the user.
Public methodShowValidationResults
Displays the results of the validation of input to the user.
(Inherited from IValidateView.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventShowSessionsClicked
The user has indicated that they've entered enough information to identify the sessions and now they want to see them.
Top
See Also