C# 클래스 HBM.UserManagement.Users

Keep this class simple as possible
파일 보기 프로젝트 열기: nirshandileep/HotelManagement 1 사용 예제들

공개 메소드들

메소드 설명
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