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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IHuDao

공개 메소드들

메소드 설명
HuBaseMgr ( IHuDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateHu ( com.Sconit.Entity.MasterData.Hu entity ) : void
DeleteHu ( com.Sconit.Entity.MasterData.Hu entity ) : void
DeleteHu ( IList entityList ) : void
DeleteHu ( IList pkList ) : void
DeleteHu ( String huId ) : void
GetAllHu ( ) : IList
LoadHu ( String huId ) : com.Sconit.Entity.MasterData.Hu
UpdateHu ( com.Sconit.Entity.MasterData.Hu entity ) : void

메소드 상세

HuBaseMgr() 공개 메소드

public HuBaseMgr ( IHuDao entityDao ) : System
entityDao IHuDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IHuDao entityDao
리턴 IHuDao