C# Класс com.Sconit.Service.MasterData.Impl.UserRoleBaseMgr

Наследование: SessionBase, IUserRoleBaseMgr
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
entityDao IUserRoleDao

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

Метод Описание
UserRoleBaseMgr ( IUserRoleDao entityDao ) : System

Приватные методы

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

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

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

public UserRoleBaseMgr ( IUserRoleDao entityDao ) : System
entityDao IUserRoleDao
Результат System

Описание свойств

entityDao защищенное свойство

protected IUserRoleDao entityDao
Результат IUserRoleDao