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

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

Protected Properties

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

Méthodes publiques

Méthode Description
ClientLogBaseMgr ( IClientLogDao entityDao ) : System

Private Methods

Méthode Description
CreateClientLog ( ClientLog entity ) : void
DeleteClientLog ( ClientLog entity ) : void
DeleteClientLog ( IList entityList ) : void
DeleteClientLog ( IList pkList ) : void
DeleteClientLog ( Int32 id ) : void
GetAllClientLog ( ) : IList
LoadClientLog ( Int32 id ) : ClientLog
UpdateClientLog ( ClientLog entity ) : void

Method Details

ClientLogBaseMgr() public méthode

public ClientLogBaseMgr ( IClientLogDao entityDao ) : System
entityDao IClientLogDao
Résultat System

Property Details

entityDao protected_oe property

protected IClientLogDao entityDao
Résultat IClientLogDao