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

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

Protected Properties

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

Méthodes publiques

Méthode Description
FlowBindingBaseMgr ( IFlowBindingDao entityDao ) : System

Private Methods

Méthode Description
CreateFlowBinding ( FlowBinding entity ) : void
DeleteFlowBinding ( FlowBinding entity ) : void
DeleteFlowBinding ( IList entityList ) : void
DeleteFlowBinding ( IList pkList ) : void
DeleteFlowBinding ( Int32 id ) : void
GetAllFlowBinding ( ) : IList
LoadFlowBinding ( Int32 id ) : FlowBinding
UpdateFlowBinding ( FlowBinding entity ) : void

Method Details

FlowBindingBaseMgr() public méthode

public FlowBindingBaseMgr ( IFlowBindingDao entityDao ) : System
entityDao IFlowBindingDao
Résultat System

Property Details

entityDao protected_oe property

protected IFlowBindingDao entityDao
Résultat IFlowBindingDao