Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface
Properties Methods

In This Topic
    IServerRepository Interface Members
    In This Topic

    The following tables list the members exposed by IServerRepository.

    Public Properties
     NameDescription
     PropertyA short end-user caption to display for the repository. (Inherited from Loupe.Extensibility.IRepository)
     PropertyAn extended end-user description of the repository. (Inherited from Loupe.Extensibility.IRepository)
     PropertyA unique id for this repository. (Inherited from Loupe.Extensibility.IRepository)
     PropertyIndicates if there are unsaved changes. (Inherited from Loupe.Extensibility.IRepository)
     PropertyIndicates if the repository is read only (sessions can't be added or removed). (Inherited from Loupe.Extensibility.IRepository)
     PropertyThe unique name for this repository (typically the file name or URI). (Inherited from Loupe.Extensibility.IRepository)
     PropertyThe set of products, applications, and versions loaded into the repository (Inherited from Loupe.Extensibility.IRepository)
     PropertyThe set of all sessions in the repository. (Inherited from Loupe.Extensibility.IRepository)
     PropertyIndicates if the repository supports fragment files or not. Most do. (Inherited from Loupe.Extensibility.IRepository)
    Top
    Public Methods
     NameDescription
     MethodAdd a new issue link type to the repository  
     MethodRetrieves all the sessions that match the conditions defined by the specified predicate. (Inherited from Loupe.Extensibility.IRepository)
     MethodOverloaded. Load an issue by name  
     MethodThe set of link types defined for this repository  
     MethodRetrieve the ids of the sessions files known locally for the specified session (Inherited from Loupe.Extensibility.IRepository)
     MethodThe set of users defined for this repository  
     MethodLoad a session by its Id (Inherited from Loupe.Extensibility.IRepository)
     MethodGet a stream for the contents of a session file (Inherited from Loupe.Extensibility.IRepository)
     MethodGet a stream for the contents of an entire session (Inherited from Loupe.Extensibility.IRepository)
     MethodRemove a session from the repository and all folders by its Id (Inherited from Loupe.Extensibility.IRepository)
     MethodRemove an existing link type from the repository  
     MethodFind if session data (more than just the header information) exists for a session with the provided Id (Inherited from Loupe.Extensibility.IRepository)
     MethodFind if a session exists with the provided Id (Inherited from Loupe.Extensibility.IRepository)
     MethodSet or clear the New flag for a list of sessions (Inherited from Loupe.Extensibility.IRepository)
    Top
    See Also