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

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

Protected Properties

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

Méthodes publiques

Méthode Description
WorkdayShiftBaseMgr ( IWorkdayShiftDao entityDao ) : System

Private Methods

Méthode Description
CreateWorkdayShift ( WorkdayShift entity ) : void
DeleteWorkdayShift ( IList pkList ) : void
DeleteWorkdayShift ( IList entityList ) : void
DeleteWorkdayShift ( Int32 id ) : void
DeleteWorkdayShift ( WorkdayShift entity ) : void
GetAllWorkdayShift ( ) : IList
LoadWorkdayShift ( Int32 id ) : WorkdayShift
UpdateWorkdayShift ( WorkdayShift entity ) : void

Method Details

WorkdayShiftBaseMgr() public méthode

public WorkdayShiftBaseMgr ( IWorkdayShiftDao entityDao ) : System
entityDao IWorkdayShiftDao
Résultat System

Property Details

entityDao protected_oe property

protected IWorkdayShiftDao entityDao
Résultat IWorkdayShiftDao