Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IServerRepository Interface

In This Topic
IServerRepository Interface Methods
In This Topic

For a list of all members of this type, see IServerRepository members.

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