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

Inheritance: SessionBase, ILocationLotDetailViewBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao ILocationLotDetailViewDao

Méthodes publiques

Méthode Description
LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System

Private Methods

Méthode 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 méthode

public LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System
entityDao ILocationLotDetailViewDao
Résultat System

Property Details

entityDao protected_oe property

protected ILocationLotDetailViewDao entityDao
Résultat ILocationLotDetailViewDao