| IConnectionSessionLogView Interface | 
Namespace: VirtualRadar.Interface.View
 Syntax
SyntaxThe IConnectionSessionLogView type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | EndDate | 
            Gets or sets the end date for the list of sessions to show to the user.
             | 
|  | StartDate | 
            Gets or sets the start date for the list of sessions to show to the user.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | ShowSessions | 
            Displays the sessions passed across to the user.
             | 
|  | ShowValidationResults | 
            Displays the results of the validation of input to the user.
            (Inherited from IValidateView.) | 
|  | ShowView | 
            Displays the view to the user.
            (Inherited from IView.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | ShowSessionsClicked | 
            The user has indicated that they've entered enough information to identify the sessions and now they want to see them.
             | 
 See Also
See Also