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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IFlowPlanDao

공개 메소드들

메소드 설명
FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( IList entityList ) : void
DeleteFlowPlan ( IList pkList ) : void
DeleteFlowPlan ( Int32 id ) : void
GetAllFlowPlan ( ) : IList
LoadFlowPlan ( Int32 id ) : FlowPlan
UpdateFlowPlan ( FlowPlan entity ) : void

메소드 상세

FlowPlanBaseMgr() 공개 메소드

public FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System
entityDao IFlowPlanDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IFlowPlanDao entityDao
리턴 IFlowPlanDao