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

Inheritance: SessionBase, IClientLogBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IClientLogDao

Public Methods

Method Description
ClientLogBaseMgr ( IClientLogDao entityDao ) : System

Private Methods

Method 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 method

public ClientLogBaseMgr ( IClientLogDao entityDao ) : System
entityDao IClientLogDao
return System

Property Details

entityDao protected_oe property

protected IClientLogDao entityDao
return IClientLogDao