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

In This Topic
    ISessionView Interface Members
    In This Topic

    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