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

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

Protected Properties

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

Méthodes publiques

Méthode Description
FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System

Private Methods

Méthode Description
CreateFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( IList entityList ) : void
DeleteFlowPlan ( IList pkList ) : void
DeleteFlowPlan ( Int32 id ) : void
GetAllFlowPlan ( ) : IList
LoadFlowPlan ( Int32 id ) : FlowPlan
UpdateFlowPlan ( FlowPlan entity ) : void

Method Details

FlowPlanBaseMgr() public méthode

public FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System
entityDao IFlowPlanDao
Résultat System

Property Details

entityDao protected_oe property

protected IFlowPlanDao entityDao
Résultat IFlowPlanDao