C# 클래스 com.Sconit.Persistence.Procurement.NH.NHItemFlowPlanDetailBaseDao

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

공개 메소드들

메소드 설명
CreateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
DeleteItemFlowPlanDetail ( IList pkList ) : void
DeleteItemFlowPlanDetail ( Int32 id ) : void
DeleteItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
GetAllItemFlowPlanDetail ( ) : IList
LoadItemFlowPlanDetail ( Int32 id ) : ItemFlowPlanDetail
NHItemFlowPlanDetailBaseDao ( ISessionManager sessionManager ) : System
UpdateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void

메소드 상세

CreateItemFlowPlanDetail() 공개 메소드

public CreateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
리턴 void

DeleteItemFlowPlanDetail() 공개 메소드

public DeleteItemFlowPlanDetail ( IList pkList ) : void
pkList IList
리턴 void

DeleteItemFlowPlanDetail() 공개 메소드

public DeleteItemFlowPlanDetail ( Int32 id ) : void
id Int32
리턴 void

DeleteItemFlowPlanDetail() 공개 메소드

public DeleteItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
리턴 void

GetAllItemFlowPlanDetail() 공개 메소드

public GetAllItemFlowPlanDetail ( ) : IList
리턴 IList

LoadItemFlowPlanDetail() 공개 메소드

public LoadItemFlowPlanDetail ( Int32 id ) : ItemFlowPlanDetail
id Int32
리턴 ItemFlowPlanDetail

NHItemFlowPlanDetailBaseDao() 공개 메소드

public NHItemFlowPlanDetailBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
리턴 System

UpdateItemFlowPlanDetail() 공개 메소드

public UpdateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
리턴 void