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

Inheritance: SessionBase, ISpecialTimeBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ISpecialTimeDao

Public Methods

Method Description
SpecialTimeBaseMgr ( ISpecialTimeDao entityDao ) : System

Private Methods

Method Description
CreateSpecialTime ( SpecialTime entity ) : void
DeleteSpecialTime ( IList pkList ) : void
DeleteSpecialTime ( IList entityList ) : void
DeleteSpecialTime ( Int32 iD ) : void
DeleteSpecialTime ( SpecialTime entity ) : void
GetAllSpecialTime ( ) : IList
LoadSpecialTime ( Int32 iD ) : SpecialTime
UpdateSpecialTime ( SpecialTime entity ) : void

Method Details

SpecialTimeBaseMgr() public method

public SpecialTimeBaseMgr ( ISpecialTimeDao entityDao ) : System
entityDao ISpecialTimeDao
return System

Property Details

entityDao protected_oe property

protected ISpecialTimeDao entityDao
return ISpecialTimeDao