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 |
public ConnectionProvider ( IProjectRepository projectRepository ) : System.Collections.Generic | ||
projectRepository | IProjectRepository | |
Résultat | System.Collections.Generic |
public GetClientConnectionsForUser ( int userId ) : IEnumerable |
||
userId | int | |
Résultat | IEnumerable |
public GetConnetionsForUser ( string userName ) : IEnumerable |
||
userName | string | |
Résultat | IEnumerable |
public GetProjectConnections ( int projectId ) : IEnumerable |
||
projectId | int | |
Résultat | IEnumerable |
public GetWPFConnectionsForProject ( int projectId ) : IEnumerable |
||
projectId | int | |
Résultat | IEnumerable |