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

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

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

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

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

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

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

Метод Описание
CreateHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void
DeleteHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void
DeleteHuOdd ( IList entityList ) : void
DeleteHuOdd ( IList pkList ) : void
DeleteHuOdd ( Int32 id ) : void
GetAllHuOdd ( ) : IList
LoadHuOdd ( Int32 id ) : com.Sconit.Entity.MasterData.HuOdd
UpdateHuOdd ( com.Sconit.Entity.MasterData.HuOdd entity ) : void

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

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

public HuOddBaseMgr ( IHuOddDao entityDao ) : System
entityDao IHuOddDao
Результат System

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

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

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