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

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

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

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

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

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

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

Метод Описание
CreateClientLog ( ClientLog entity ) : void
DeleteClientLog ( ClientLog entity ) : void
DeleteClientLog ( IList entityList ) : void
DeleteClientLog ( IList pkList ) : void
DeleteClientLog ( Int32 id ) : void
GetAllClientLog ( ) : IList
LoadClientLog ( Int32 id ) : ClientLog
UpdateClientLog ( ClientLog entity ) : void

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

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

public ClientLogBaseMgr ( IClientLogDao entityDao ) : System
entityDao IClientLogDao
Результат System

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

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

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