C# Класс com.Sconit.Service.Batch.Impl.BatchRunLogBaseMgr

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

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

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

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

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

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

Метод Описание
CreateBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( BatchRunLog entity ) : void
DeleteBatchRunLog ( IList entityList ) : void
DeleteBatchRunLog ( IList pkList ) : void
DeleteBatchRunLog ( Int32 id ) : void
GetAllBatchRunLog ( ) : IList
LoadBatchRunLog ( Int32 id ) : BatchRunLog
UpdateBatchRunLog ( BatchRunLog entity ) : void

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

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

public BatchRunLogBaseMgr ( IBatchRunLogDao entityDao ) : System
entityDao IBatchRunLogDao
Результат System

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

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

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