Method | Description | |
---|---|---|
Delete ( ) : bool | ||
IsDuplicateEmail ( string email, int compnayId ) : bool | ||
IsUserAuthenticated ( string userName, string password, int &UsersId, int &compnayId ) : bool | ||
IsUserAuthorised ( Common right ) : bool | ||
IsUserIsDuplicateUserName ( string userName, int compnayId ) : bool | ||
Save ( ) : bool | ||
Select ( ) : |
||
SelectAllDataset ( ) : |
||
SelectAllList ( ) : List |
public IsDuplicateEmail ( string email, int compnayId ) : bool | ||
string | ||
compnayId | int | |
return | bool |
public IsUserAuthenticated ( string userName, string password, int &UsersId, int &compnayId ) : bool | ||
userName | string | |
password | string | |
UsersId | int | |
compnayId | int | |
return | bool |
public IsUserAuthorised ( Common right ) : bool | ||
right | Common | |
return | bool |
public IsUserIsDuplicateUserName ( string userName, int compnayId ) : bool | ||
userName | string | |
compnayId | int | |
return | bool |