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

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

Protected Properties

Property Type Description
entityDao IFlowTrackDao

Public Methods

Method Description
FlowTrackBaseMgr ( IFlowTrackDao entityDao ) : System

Private Methods

Method Description
CreateFlowTrack ( FlowTrack entity ) : void
DeleteFlowTrack ( FlowTrack entity ) : void
DeleteFlowTrack ( IList entityList ) : void
DeleteFlowTrack ( IList pkList ) : void
DeleteFlowTrack ( Int32 id ) : void
GetAllFlowTrack ( ) : IList
GetAllFlowTrack ( bool includeInactive ) : IList
LoadFlowTrack ( Int32 id ) : FlowTrack
UpdateFlowTrack ( FlowTrack entity ) : void

Method Details

FlowTrackBaseMgr() public method

public FlowTrackBaseMgr ( IFlowTrackDao entityDao ) : System
entityDao IFlowTrackDao
return System

Property Details

entityDao protected_oe property

protected IFlowTrackDao entityDao
return IFlowTrackDao