Method | Description | |
---|---|---|
CanChangeEmailTo ( string email ) : bool | ||
FindByEmail ( string email ) : |
||
ForgotPassword ( string email ) : bool | ||
Retrieve ( int identity ) : |
||
RetrieveLogged ( object nothing ) : |
||
RetrieveOrCreate ( int requesterId ) : |
||
Save ( |
||
Validate ( string email, string password ) : bool |
public CanChangeEmailTo ( string email ) : bool | ||
string | ||
return | bool |
public static FindByEmail ( string email ) : |
||
string | ||
return |
public static ForgotPassword ( string email ) : bool | ||
string | ||
return | bool |
public static Retrieve ( int identity ) : |
||
identity | int | |
return |
public static RetrieveLogged ( object nothing ) : |
||
nothing | object | |
return |
public static RetrieveOrCreate ( int requesterId ) : |
||
requesterId | int | |
return |
public static Save ( |
||
requester | ||
return | void |
public static Validate ( string email, string password ) : bool | ||
string | ||
password | string | |
return | bool |