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

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

Protected Properties

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

Méthodes publiques

Méthode Description
PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System

Private Methods

Méthode Description
CreatePlannedBillView ( PlannedBillView entity ) : void
DeletePlannedBillView ( IList pkList ) : void
DeletePlannedBillView ( IList entityList ) : void
DeletePlannedBillView ( Int32 id ) : void
DeletePlannedBillView ( PlannedBillView entity ) : void
GetAllPlannedBillView ( ) : IList
LoadPlannedBillView ( Int32 id ) : PlannedBillView
UpdatePlannedBillView ( PlannedBillView entity ) : void

Method Details

PlannedBillViewBaseMgr() public méthode

public PlannedBillViewBaseMgr ( IPlannedBillViewDao entityDao ) : System
entityDao IPlannedBillViewDao
Résultat System

Property Details

entityDao protected_oe property

protected IPlannedBillViewDao entityDao
Résultat IPlannedBillViewDao