C# Class HBM.UserManagement.Users

Keep this class simple as possible
Afficher le fichier Open project: nirshandileep/HotelManagement Class Usage Examples

Méthodes publiques

Méthode 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 ( ) : Users
SelectAllDataset ( ) : DataSet
SelectAllList ( ) : List

Method Details

Delete() public méthode

public Delete ( ) : bool
Résultat bool

IsDuplicateEmail() public méthode

public IsDuplicateEmail ( string email, int compnayId ) : bool
email string
compnayId int
Résultat bool

IsUserAuthenticated() public méthode

public IsUserAuthenticated ( string userName, string password, int &UsersId, int &compnayId ) : bool
userName string
password string
UsersId int
compnayId int
Résultat bool

IsUserAuthorised() public méthode

public IsUserAuthorised ( Common right ) : bool
right Common
Résultat bool

IsUserIsDuplicateUserName() public méthode

public IsUserIsDuplicateUserName ( string userName, int compnayId ) : bool
userName string
compnayId int
Résultat bool

Save() public méthode

public Save ( ) : bool
Résultat bool

Select() public méthode

public Select ( ) : Users
Résultat Users

SelectAllDataset() public méthode

public SelectAllDataset ( ) : DataSet
Résultat System.Data.DataSet

SelectAllList() public méthode

public SelectAllList ( ) : List
Résultat List