C# Class BinaryStudio.TaskManager.Logic.Core.ConnectionProvider

Inheritance: IConnectionProvider
Afficher le fichier Open project: dv00d00/BinaryStudio.TaskManager

Méthodes publiques

Méthode Description
ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic
GetClientConnectionsForUser ( int userId ) : IEnumerable
GetConnetionsForUser ( string userName ) : IEnumerable
GetProjectConnections ( int projectId ) : IEnumerable
GetWPFConnectionsForProject ( int projectId ) : IEnumerable

Method Details

ConnectionProvider() public méthode

public ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic
projectRepository IProjectRepository
Résultat System.Collections.Generic

GetClientConnectionsForUser() public méthode

public GetClientConnectionsForUser ( int userId ) : IEnumerable
userId int
Résultat IEnumerable

GetConnetionsForUser() public méthode

public GetConnetionsForUser ( string userName ) : IEnumerable
userName string
Résultat IEnumerable

GetProjectConnections() public méthode

public GetProjectConnections ( int projectId ) : IEnumerable
projectId int
Résultat IEnumerable

GetWPFConnectionsForProject() public méthode

public GetWPFConnectionsForProject ( int projectId ) : IEnumerable
projectId int
Résultat IEnumerable