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

In This Topic
    ISessionSummaryView Interface Members
    In This Topic

    The following tables list the members exposed by ISessionSummaryView.

    Public Properties
     NameDescription
     PropertyGets the icon to use for the view (Inherited from Loupe.Extensibility.Client.IUserInterfaceView)
     PropertyThe currently selected sessions within the view.  
     PropertyA label for the summary sessions currently selected.  
     PropertySummary information on the set of all sessions available at this level.  
     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
     MethodCalled by the container to indicate this view is now the active summary view.  
     MethodCalled by Loupe to indicate the configuration of the Extension has changed at runtime  
     MethodCalled by the container to indicate this view is no longer the active summary view.  
     MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
     MethodCalled to initialize the session summary view.  
    Top
    Public Events
     NameDescription
     EventRaised by the summary view whenever the selected session summaries have changed  
     EventRaised by the summary view when the user indicates it should be made the active view.  
    Top
    See Also