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

In This Topic
    ISessionContext Interface Members
    In This Topic

    The following tables list the members exposed by ISessionContext.

    Public Properties
     NameDescription
     PropertyThe current configuration, read-only. (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
     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 a Loupe Server is configured and available for this environment (does not apply to the server environment) (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
     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 repository (may be a collection, common, or package repository) (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
     PropertyThe repository controller for the current Extension context (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
     PropertyThe current session  
     PropertyThe session controller for the current extension if available  
    Top
    Public Methods
     NameDescription
     MethodAsk the user interface to display the specified session from the current repository (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
     MethodAsk the user interface to display the configuration editor for the current extension. (Inherited from Loupe.Extensibility.Client.IRepositoryContext)
    Top
    See Also