C# Class com.Sconit.Service.MasterData.Impl.UserBaseMgr

Inheritance: SessionBase, IUserBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IUserDao

Public Methods

Method Description
UserBaseMgr ( IUserDao entityDao ) : System

Private Methods

Method Description
CreateUser ( com.Sconit.Entity.MasterData.User entity ) : void
DeleteUser ( IList pkList ) : void
DeleteUser ( IList entityList ) : void
DeleteUser ( com.Sconit.Entity.MasterData.User entity ) : void
DeleteUser ( string code ) : void
GetAllUser ( ) : IList
GetAllUser ( bool includeInactive ) : IList
LoadUser ( string code ) : com.Sconit.Entity.MasterData.User
UpdateUser ( com.Sconit.Entity.MasterData.User entity ) : void

Method Details

UserBaseMgr() public method

public UserBaseMgr ( IUserDao entityDao ) : System
entityDao IUserDao
return System

Property Details

entityDao protected_oe property

protected IUserDao entityDao
return IUserDao