C# 클래스 BinaryStudio.TaskManager.Logic.Core.ConnectionProvider

상속: IConnectionProvider
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager

공개 메소드들

메소드 설명
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