C# Class com.Sconit.Service.MasterData.Impl.FlowDetailBaseMgr

Inheritance: SessionBase, IFlowDetailBaseMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IFlowDetailDao

Public Methods

Method Description
FlowDetailBaseMgr ( IFlowDetailDao entityDao ) : System

Private Methods

Method Description
CreateFlowDetail ( FlowDetail entity ) : void
DeleteFlowDetail ( FlowDetail entity ) : void
DeleteFlowDetail ( IList entityList ) : void
DeleteFlowDetail ( IList pkList ) : void
DeleteFlowDetail ( Int32 id ) : void
GetAllFlowDetail ( ) : IList
LoadFlowDetail ( Int32 id ) : FlowDetail
UpdateFlowDetail ( FlowDetail entity ) : void

Method Details

FlowDetailBaseMgr() public method

public FlowDetailBaseMgr ( IFlowDetailDao entityDao ) : System
entityDao IFlowDetailDao
return System

Property Details

entityDao protected_oe property

protected IFlowDetailDao entityDao
return IFlowDetailDao