C# Класс HBM.UserManagement.Users

Keep this class simple as possible
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Delete() публичный Метод

public Delete ( ) : bool
Результат bool

IsDuplicateEmail() публичный Метод

public IsDuplicateEmail ( string email, int compnayId ) : bool
email string
compnayId int
Результат bool

IsUserAuthenticated() публичный Метод

public IsUserAuthenticated ( string userName, string password, int &UsersId, int &compnayId ) : bool
userName string
password string
UsersId int
compnayId int
Результат bool

IsUserAuthorised() публичный Метод

public IsUserAuthorised ( Common right ) : bool
right Common
Результат bool

IsUserIsDuplicateUserName() публичный Метод

public IsUserIsDuplicateUserName ( string userName, int compnayId ) : bool
userName string
compnayId int
Результат bool

Save() публичный Метод

public Save ( ) : bool
Результат bool

Select() публичный Метод

public Select ( ) : Users
Результат Users

SelectAllDataset() публичный Метод

public SelectAllDataset ( ) : DataSet
Результат System.Data.DataSet

SelectAllList() публичный Метод

public SelectAllList ( ) : List
Результат List