Method | Description | |
---|---|---|
Activate ( ) : void | ||
GetRoles ( ) : string[] |
Returns user roles.
|
|
ReadMessage ( int messageId ) : void | ||
RemoveOldMessages ( ) : void | ||
ResetPassword ( string newPassword ) : void | ||
SendMessage ( string text, IMediator mediator ) : void |
Method | Description | |
---|---|---|
User ( ) : System | ||
User ( string name, string userName, string password ) : System |
public ResetPassword ( string newPassword ) : void | ||
newPassword | string | |
return | void |
public SendMessage ( string text, IMediator mediator ) : void | ||
text | string | |
mediator | IMediator | |
return | void |
protected User ( string name, string userName, string password ) : System | ||
name | string | |
userName | string | |
password | string | |
return | System |