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

In This Topic
    IRepositorySummaryView Interface Members
    In This Topic

    The following tables list the members exposed by IRepositorySummaryView.

    Public Properties
     NameDescription
     PropertyGets the icon to use for the view (Inherited from Loupe.Extensibility.Client.IUserInterfaceView)
     PropertyThe currently selected sessions within the view. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     PropertyA label for the summary sessions currently selected. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     PropertySummary information on the set of all sessions available at this level. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     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. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     MethodClose the view and prepare to be released (object will still be disposed separately)  
     MethodCalled by Loupe to indicate the configuration of the Extension has changed at runtime (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     MethodCalled by the container to indicate this view is no longer the active summary view. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
     MethodCalled to initialize the session summary view. (Inherited from Loupe.Extensibility.Client.ISessionSummaryView)
     MethodCalled when the view is first opened and in response to an Open command  
     MethodCalled to ask the view to refresh the data its display is based on.  
    Top
    See Also