C# Класс BinaryStudio.TaskManager.Logic.Core.ConnectionProvider

Наследование: IConnectionProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic
GetClientConnectionsForUser ( int userId ) : IEnumerable
GetConnetionsForUser ( string userName ) : IEnumerable
GetProjectConnections ( int projectId ) : IEnumerable
GetWPFConnectionsForProject ( int projectId ) : IEnumerable

Описание методов

ConnectionProvider() публичный Метод

public ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic
projectRepository IProjectRepository
Результат System.Collections.Generic

GetClientConnectionsForUser() публичный Метод

public GetClientConnectionsForUser ( int userId ) : IEnumerable
userId int
Результат IEnumerable

GetConnetionsForUser() публичный Метод

public GetConnetionsForUser ( string userName ) : IEnumerable
userName string
Результат IEnumerable

GetProjectConnections() публичный Метод

public GetProjectConnections ( int projectId ) : IEnumerable
projectId int
Результат IEnumerable

GetWPFConnectionsForProject() публичный Метод

public GetWPFConnectionsForProject ( int projectId ) : IEnumerable
projectId int
Результат IEnumerable