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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IClientDao

공개 메소드들

메소드 설명
ClientBaseMgr ( IClientDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateClient ( Client entity ) : void
DeleteClient ( Client entity ) : void
DeleteClient ( IList entityList ) : void
DeleteClient ( IList pkList ) : void
DeleteClient ( String clientId ) : void
GetAllClient ( ) : IList
GetAllClient ( bool includeInactive ) : IList
LoadClient ( String clientId ) : Client
UpdateClient ( Client entity ) : void

메소드 상세

ClientBaseMgr() 공개 메소드

public ClientBaseMgr ( IClientDao entityDao ) : System
entityDao IClientDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IClientDao entityDao
리턴 IClientDao