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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IRoutingDao

공개 메소드들

메소드 설명
RoutingBaseMgr ( IRoutingDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateRouting ( Routing entity ) : void
DeleteRouting ( IList entityList ) : void
DeleteRouting ( IList pkList ) : void
DeleteRouting ( Routing entity ) : void
DeleteRouting ( String code ) : void
GetAllRouting ( ) : IList
GetAllRouting ( bool includeInactive ) : IList
LoadRouting ( String code ) : Routing
UpdateRouting ( Routing entity ) : void

메소드 상세

RoutingBaseMgr() 공개 메소드

public RoutingBaseMgr ( IRoutingDao entityDao ) : System
entityDao IRoutingDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IRoutingDao entityDao
리턴 IRoutingDao