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

Inheritance: IConnectionProvider
Mostrar archivo Open project: dv00d00/BinaryStudio.TaskManager

Public Methods

Method 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 method

public ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic
projectRepository IProjectRepository
return System.Collections.Generic

GetClientConnectionsForUser() public method

public GetClientConnectionsForUser ( int userId ) : IEnumerable
userId int
return IEnumerable

GetConnetionsForUser() public method

public GetConnetionsForUser ( string userName ) : IEnumerable
userName string
return IEnumerable

GetProjectConnections() public method

public GetProjectConnections ( int projectId ) : IEnumerable
projectId int
return IEnumerable

GetWPFConnectionsForProject() public method

public GetWPFConnectionsForProject ( int projectId ) : IEnumerable
projectId int
return IEnumerable