C# Class ProjectManagement.Domain.UserRoleAnalyzer

Inheritance: IUserRoleAnalyzer
Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode Description
GetUserCommonRole ( int userId ) : string
UserRoleAnalyzer ( IProjectRepository repository, UserRoleAnalyzerSettings settings ) : System.Linq

Method Details

GetUserCommonRole() public méthode

public GetUserCommonRole ( int userId ) : string
userId int
Résultat string

UserRoleAnalyzer() public méthode

public UserRoleAnalyzer ( IProjectRepository repository, UserRoleAnalyzerSettings settings ) : System.Linq
repository IProjectRepository
settings UserRoleAnalyzerSettings
Résultat System.Linq