C# 클래스 com.Sconit.Service.MasterData.Impl.ClientLogBaseMgr

상속: SessionBase, IClientLogBaseMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IClientLogDao

공개 메소드들

메소드 설명
ClientLogBaseMgr ( IClientLogDao entityDao ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

ClientLogBaseMgr() 공개 메소드

public ClientLogBaseMgr ( IClientLogDao entityDao ) : System
entityDao IClientLogDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IClientLogDao entityDao
리턴 IClientLogDao