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

Inheritance: SessionBase, IFlowDetailTrackBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IFlowDetailTrackDao

Public Methods

Method Description
FlowDetailTrackBaseMgr ( IFlowDetailTrackDao entityDao ) : System

Private Methods

Method Description
CreateFlowDetailTrack ( FlowDetailTrack entity ) : void
DeleteFlowDetailTrack ( FlowDetailTrack entity ) : void
DeleteFlowDetailTrack ( IList entityList ) : void
DeleteFlowDetailTrack ( IList pkList ) : void
DeleteFlowDetailTrack ( Int32 id ) : void
GetAllFlowDetailTrack ( ) : IList
LoadFlowDetailTrack ( Int32 id ) : FlowDetailTrack
UpdateFlowDetailTrack ( FlowDetailTrack entity ) : void

Method Details

FlowDetailTrackBaseMgr() public method

public FlowDetailTrackBaseMgr ( IFlowDetailTrackDao entityDao ) : System
entityDao IFlowDetailTrackDao
return System

Property Details

entityDao protected property

protected IFlowDetailTrackDao entityDao
return IFlowDetailTrackDao