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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IRegionDao

공개 메소드들

메소드 설명
RegionBaseMgr ( IRegionDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateRegion ( Region entity ) : void
DeleteRegion ( IList entityList ) : void
DeleteRegion ( IList pkList ) : void
DeleteRegion ( Region entity ) : void
DeleteRegion ( String code ) : void
GetAllRegion ( ) : IList
GetAllRegion ( bool includeInactive ) : IList
LoadRegion ( String code ) : Region
UpdateRegion ( Region entity ) : void

메소드 상세

RegionBaseMgr() 공개 메소드

public RegionBaseMgr ( IRegionDao entityDao ) : System
entityDao IRegionDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IRegionDao entityDao
리턴 IRegionDao