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

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

Protected Properties

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

Méthodes publiques

Méthode Description
WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System

Private Methods

Méthode Description
CreateWorkingHours ( WorkingHours entity ) : void
DeleteWorkingHours ( IList pkList ) : void
DeleteWorkingHours ( IList entityList ) : void
DeleteWorkingHours ( Int32 id ) : void
DeleteWorkingHours ( WorkingHours entity ) : void
GetAllWorkingHours ( ) : IList
LoadWorkingHours ( Int32 id ) : WorkingHours
UpdateWorkingHours ( WorkingHours entity ) : void

Method Details

WorkingHoursBaseMgr() public méthode

public WorkingHoursBaseMgr ( IWorkingHoursDao entityDao ) : System
entityDao IWorkingHoursDao
Résultat System

Property Details

entityDao protected_oe property

protected IWorkingHoursDao entityDao
Résultat IWorkingHoursDao