Method | Description | |
---|---|---|
DeleteUser ( int userId ) : void | ||
GetPropertyValue ( string propertyName ) : object | ||
LoadByAuthCode ( string cookie ) : |
||
LoadUser ( int userId ) : |
||
LoadUser ( string email ) : |
||
LoadUser ( string email, string password ) : |
||
SaveUser ( |
||
User ( ) : System |
Method | Description | |
---|---|---|
GetUser ( |
public static DeleteUser ( int userId ) : void | ||
userId | int | |
return | void |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
return | object |
public static LoadByAuthCode ( string cookie ) : |
||
cookie | string | |
return |
public static LoadUser ( string email ) : |
||
string | ||
return |
public static LoadUser ( string email, string password ) : |
||
string | ||
password | string | |
return |