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

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

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

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

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

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

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

Метод Описание
CreateSubjectList ( SubjectList entity ) : void
DeleteSubjectList ( IList pkList ) : void
DeleteSubjectList ( IList entityList ) : void
DeleteSubjectList ( Int32 id ) : void
DeleteSubjectList ( SubjectList entity ) : void
GetAllSubjectList ( ) : IList
LoadSubjectList ( Int32 id ) : SubjectList
UpdateSubjectList ( SubjectList entity ) : void

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

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

public SubjectListBaseMgr ( ISubjectListDao entityDao ) : System
entityDao ISubjectListDao
Результат System

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

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

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