C# Class com.Sconit.Persistence.Procurement.NH.NHItemFlowPlanDetailBaseDao

Inheritance: NHDaoBase, IItemFlowPlanDetailBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
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

Method Details

CreateItemFlowPlanDetail() public method

public CreateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
return void

DeleteItemFlowPlanDetail() public method

public DeleteItemFlowPlanDetail ( IList pkList ) : void
pkList IList
return void

DeleteItemFlowPlanDetail() public method

public DeleteItemFlowPlanDetail ( Int32 id ) : void
id Int32
return void

DeleteItemFlowPlanDetail() public method

public DeleteItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
return void

GetAllItemFlowPlanDetail() public method

public GetAllItemFlowPlanDetail ( ) : IList
return IList

LoadItemFlowPlanDetail() public method

public LoadItemFlowPlanDetail ( Int32 id ) : ItemFlowPlanDetail
id Int32
return ItemFlowPlanDetail

NHItemFlowPlanDetailBaseDao() public method

public NHItemFlowPlanDetailBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateItemFlowPlanDetail() public method

public UpdateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
return void