C# Класс com.Sconit.Service.View.Impl.LocationLotDetailViewBaseMgr

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

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

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

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

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

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

Метод Описание
CreateLocationLotDetailView ( LocationLotDetailView entity ) : void
DeleteLocationLotDetailView ( IList pkList ) : void
DeleteLocationLotDetailView ( IList entityList ) : void
DeleteLocationLotDetailView ( Int32 id ) : void
DeleteLocationLotDetailView ( LocationLotDetailView entity ) : void
GetAllLocationLotDetailView ( ) : IList
LoadLocationLotDetailView ( Int32 id ) : LocationLotDetailView
UpdateLocationLotDetailView ( LocationLotDetailView entity ) : void

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

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

public LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System
entityDao ILocationLotDetailViewDao
Результат System

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

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

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