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

Inheritance: SessionBase, IUserRoleBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IUserRoleDao

Public Methods

Method Description
UserRoleBaseMgr ( IUserRoleDao entityDao ) : System

Private Methods

Method Description
CreateUserRole ( UserRole entity ) : void
DeleteUserRole ( IList pkList ) : void
DeleteUserRole ( IList entityList ) : void
DeleteUserRole ( Int32 id ) : void
DeleteUserRole ( UserRole entity ) : void
GetAllUserRole ( ) : IList
LoadUserRole ( Int32 id ) : UserRole
UpdateUserRole ( UserRole entity ) : void

Method Details

UserRoleBaseMgr() public method

public UserRoleBaseMgr ( IUserRoleDao entityDao ) : System
entityDao IUserRoleDao
return System

Property Details

entityDao protected property

protected IUserRoleDao entityDao
return IUserRoleDao