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

Inheritance: SessionBase, IActingBillViewBaseMgr
Datei anzeigen Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IActingBillViewDao

Public Methods

Method Description
ActingBillViewBaseMgr ( IActingBillViewDao entityDao ) : System

Private Methods

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

public ActingBillViewBaseMgr ( IActingBillViewDao entityDao ) : System
entityDao IActingBillViewDao
return System

Property Details

entityDao protected_oe property

protected IActingBillViewDao entityDao
return IActingBillViewDao