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

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

Protected Properties

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

Méthodes publiques

Méthode Description
SubjectListBaseMgr ( ISubjectListDao entityDao ) : System

Private Methods

Méthode 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 méthode

public SubjectListBaseMgr ( ISubjectListDao entityDao ) : System
entityDao ISubjectListDao
Résultat System

Property Details

entityDao protected_oe property

protected ISubjectListDao entityDao
Résultat ISubjectListDao