Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IRepositoryExtensionContext Interface
Properties Events

In This Topic
    IRepositoryExtensionContext Interface Members
    In This Topic

    The following tables list the members exposed by IRepositoryExtensionContext.

    Public Properties
     NameDescription
     PropertyThe current configuration, read-only.  
     PropertyThe type of hosting environment. (Inherited from Loupe.Extensibility.Client.IGlobalContext)
     PropertyThe global controller for the current Extension context (Inherited from Loupe.Extensibility.Client.IGlobalContext)
     PropertyIndicates if it's possible to raise a user interface in the current context. (Inherited from Loupe.Extensibility.Client.IGlobalContext)
     PropertyProvides logging services for extensions. (Inherited from Loupe.Extensibility.Client.IGlobalContext)
     PropertyThe current server repository  
     PropertyThe repository controller for the current Extension context  
    Top
    Public Events
     NameDescription
     EventEvent raised when an application event is added  
     EventEvent raised when an application event is changed  
     EventEvent raised when an application event is placed on the review list.  
     EventEvent raised when an issue is activated  
     EventEvent raised when a new issue is created  
     EventEvent raised when an existing issue is modified  
     EventEvent raised when an existing issue is resolved or suppressed  
     EventEvent raised when a new log event is added  
     EventEvent raised when a log event is updated.  
     EventEvent raised when a session is first presented to the server (typically with summary data only)  
     EventEvent raised when one or more session data files arrive at the server.  
     EventEvent raised when one or more session data files are deleted from the server.  
     EventEvent raised when a user is added or re-activated  
     EventEvent raised when a user is modified  
     EventEvent raised when a user is deactivated/deleted  
    Top
    See Also