Method | Description | |
---|---|---|
ChangeDisplayName ( long currentUserId, string displayname ) : void | ||
ChangeEmail ( long currentUserId, string email ) : void | ||
CreateNewUser ( string name, string email ) : long | ||
GetAllUsers ( ) : List |
||
GetUserLastReadTime ( long userId ) : System.DateTime | ||
GetUserPrivateDetails ( long currentUserId ) : |
||
LoadAllUsersPublicProfileWithChannelsCount ( ) : List |
||
LoadUserPublicProfile ( long id ) : |
||
UpdateDisplayNames ( List |
||
UpdateUserLastReadTime ( long userId, System.DateTime now ) : void | ||
UserRepository ( |
public ChangeDisplayName ( long currentUserId, string displayname ) : void | ||
currentUserId | long | |
displayname | string | |
return | void |
public ChangeEmail ( long currentUserId, string email ) : void | ||
currentUserId | long | |
string | ||
return | void |
public CreateNewUser ( string name, string email ) : long | ||
name | string | |
string | ||
return | long |
public GetUserLastReadTime ( long userId ) : System.DateTime | ||
userId | long | |
return | System.DateTime |
public GetUserPrivateDetails ( long currentUserId ) : |
||
currentUserId | long | |
return |
public LoadAllUsersPublicProfileWithChannelsCount ( ) : List |
||
return | List |
public LoadUserPublicProfile ( long id ) : |
||
id | long | |
return |
public UpdateDisplayNames ( List |
||
emptyDisplay | List |
|
return | void |
public UpdateUserLastReadTime ( long userId, System.DateTime now ) : void | ||
userId | long | |
now | System.DateTime | |
return | void |
public UserRepository ( |
||
database | ||
return | System |