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

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

Protected Properties

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

Méthodes publiques

Méthode Description
ActingBillViewBaseMgr ( IActingBillViewDao entityDao ) : System

Private Methods

Méthode Description
CreateActingBillView ( ActingBillView entity ) : void
DeleteActingBillView ( ActingBillView entity ) : void
DeleteActingBillView ( IList entityList ) : void
DeleteActingBillView ( IList pkList ) : void
DeleteActingBillView ( Int32 id ) : void
GetAllActingBillView ( ) : IList
LoadActingBillView ( Int32 id ) : ActingBillView
UpdateActingBillView ( ActingBillView entity ) : void

Method Details

ActingBillViewBaseMgr() public méthode

public ActingBillViewBaseMgr ( IActingBillViewDao entityDao ) : System
entityDao IActingBillViewDao
Résultat System

Property Details

entityDao protected_oe property

protected IActingBillViewDao entityDao
Résultat IActingBillViewDao