C# Class com.Sconit.Service.View.Impl.LocationLotDetailViewBaseMgr

Inheritance: SessionBase, ILocationLotDetailViewBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ILocationLotDetailViewDao

Public Methods

Method Description
LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System

Private Methods

Method Description
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

Method Details

LocationLotDetailViewBaseMgr() public method

public LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System
entityDao ILocationLotDetailViewDao
return System

Property Details

entityDao protected_oe property

protected ILocationLotDetailViewDao entityDao
return ILocationLotDetailViewDao