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

Inheritance: SessionBase, ISubjectListBaseMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ISubjectListDao

Public Methods

Method Description
SubjectListBaseMgr ( ISubjectListDao entityDao ) : System

Private Methods

Method Description
CreateSubjectList ( SubjectList entity ) : void
DeleteSubjectList ( IList pkList ) : void
DeleteSubjectList ( IList entityList ) : void
DeleteSubjectList ( Int32 id ) : void
DeleteSubjectList ( SubjectList entity ) : void
GetAllSubjectList ( ) : IList
LoadSubjectList ( Int32 id ) : SubjectList
UpdateSubjectList ( SubjectList entity ) : void

Method Details

SubjectListBaseMgr() public method

public SubjectListBaseMgr ( ISubjectListDao entityDao ) : System
entityDao ISubjectListDao
return System

Property Details

entityDao protected_oe property

protected ISubjectListDao entityDao
return ISubjectListDao