메소드 | 설명 | |
---|---|---|
CreateUser ( string email, string lastname, string firstname, string nickname, string imageUrl ) : |
||
CreateUserRole ( |
||
CreateUserRole ( long userId, long organisationId, Role role ) : |
||
DeleteUser ( long userId ) : void | ||
DeleteUser ( string email ) : void | ||
DeleteUserRole ( |
||
ReadCoOrganiserFromOrganisation ( |
||
ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
ReadOrganiserFromOrganisation ( |
||
ReadUser ( long userId ) : |
||
ReadUser ( string email ) : |
||
ReadUserRoleForUserAndOrganisation ( long userId, long organisationId ) : |
||
ReadUserRolesForOrganisation ( |
||
ReadUsers ( ) : IEnumerable |
||
UpdateUser ( |
||
UserManager ( IUserRepository userRepository ) : System.Collections.Generic |
public CreateUser ( string email, string lastname, string firstname, string nickname, string imageUrl ) : |
||
string | ||
lastname | string | |
firstname | string | |
nickname | string | |
imageUrl | string | |
리턴 |
public CreateUserRole ( |
||
user | ||
organisation | ||
role | Role | |
리턴 |
public CreateUserRole ( long userId, long organisationId, Role role ) : |
||
userId | long | |
organisationId | long | |
role | Role | |
리턴 |
public DeleteUserRole ( |
||
userRole | ||
리턴 | void |
public ReadCoOrganiserFromOrganisation ( |
||
organisation | ||
리턴 | IEnumerable |
public ReadOrganisationsForUser ( long userId ) : IEnumerable |
||
userId | long | |
리턴 | IEnumerable |
public ReadOrganiserFromOrganisation ( |
||
organisation | ||
리턴 |
public ReadUserRoleForUserAndOrganisation ( long userId, long organisationId ) : |
||
userId | long | |
organisationId | long | |
리턴 |
public ReadUserRolesForOrganisation ( |
||
organisation | ||
리턴 | IEnumerable |
public UpdateUser ( |
||
user | ||
리턴 |
public UserManager ( IUserRepository userRepository ) : System.Collections.Generic | ||
userRepository | IUserRepository | |
리턴 | System.Collections.Generic |