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

Inheritance: SessionBase, IUserRoleBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IUserRoleDao

Méthodes publiques

Méthode Description
UserRoleBaseMgr ( IUserRoleDao entityDao ) : System

Private Methods

Méthode 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 méthode

public UserRoleBaseMgr ( IUserRoleDao entityDao ) : System
entityDao IUserRoleDao
Résultat System

Property Details

entityDao protected_oe property

protected IUserRoleDao entityDao
Résultat IUserRoleDao