Method | Description | |
---|---|---|
Add ( |
||
Get ( int userId ) : |
||
GetByIdentityId ( string identityId ) : |
||
GetByUserName ( string username ) : |
||
GetUsers ( int threshold = 10, int skip = 10 ) : List |
||
GetUsersByCommunity ( int communityId, int threshold = 5, int skip = 10 ) : List |
||
GetUsersWithNoIdentityId ( ) : List |
||
SearchUsers ( string query, int threshold = 5, int skip = 10 ) : List |
||
Update ( |
||
UsersService ( IUsersLogic usersLogic ) : System.Collections.Generic |
public Add ( |
||
user | ||
return |
public GetByIdentityId ( string identityId ) : |
||
identityId | string | |
return |
public GetByUserName ( string username ) : |
||
username | string | |
return |
public GetUsers ( int threshold = 10, int skip = 10 ) : List |
||
threshold | int | |
skip | int | |
return | List |
public GetUsersByCommunity ( int communityId, int threshold = 5, int skip = 10 ) : List |
||
communityId | int | |
threshold | int | |
skip | int | |
return | List |
public SearchUsers ( string query, int threshold = 5, int skip = 10 ) : List |
||
query | string | |
threshold | int | |
skip | int | |
return | List |
public Update ( |
||
user | ||
return |
public UsersService ( IUsersLogic usersLogic ) : System.Collections.Generic | ||
usersLogic | IUsersLogic | |
return | System.Collections.Generic |