C# 클래스 com.Sconit.Service.View.Impl.LocationLotDetailViewBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao ILocationLotDetailViewDao

공개 메소드들

메소드 설명
LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateLocationLotDetailView ( LocationLotDetailView entity ) : void
DeleteLocationLotDetailView ( IList pkList ) : void
DeleteLocationLotDetailView ( IList entityList ) : void
DeleteLocationLotDetailView ( Int32 id ) : void
DeleteLocationLotDetailView ( LocationLotDetailView entity ) : void
GetAllLocationLotDetailView ( ) : IList
LoadLocationLotDetailView ( Int32 id ) : LocationLotDetailView
UpdateLocationLotDetailView ( LocationLotDetailView entity ) : void

메소드 상세

LocationLotDetailViewBaseMgr() 공개 메소드

public LocationLotDetailViewBaseMgr ( ILocationLotDetailViewDao entityDao ) : System
entityDao ILocationLotDetailViewDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected ILocationLotDetailViewDao entityDao
리턴 ILocationLotDetailViewDao