Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ISessionView Interface
Properties Methods

ISessionView Interface Members

The following tables list the members exposed by ISessionView.

Public Properties
 NameDescription
 PropertyGets the icon to use for the view (Inherited from Loupe.Extensibility.Client.IUserInterfaceView)
 PropertyThe session being displayed  
 PropertyA display caption for the view (typically the Text property of a control or form) (Inherited from Loupe.Extensibility.Client.IUserInterfaceView)
Top
Public Methods
 NameDescription
 MethodClose the view and prepare to be released (object will still be disposed separately)  
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodCalled to initialize the session view.  
 MethodCalled to ask the view to refresh the data its display is based on.  
Top
See Also