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

Inheritance: NHDaoBase, IItemFlowPlanDetailBaseDao
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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 méthode

public CreateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
Résultat void

DeleteItemFlowPlanDetail() public méthode

public DeleteItemFlowPlanDetail ( IList pkList ) : void
pkList IList
Résultat void

DeleteItemFlowPlanDetail() public méthode

public DeleteItemFlowPlanDetail ( Int32 id ) : void
id Int32
Résultat void

DeleteItemFlowPlanDetail() public méthode

public DeleteItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
Résultat void

GetAllItemFlowPlanDetail() public méthode

public GetAllItemFlowPlanDetail ( ) : IList
Résultat IList

LoadItemFlowPlanDetail() public méthode

public LoadItemFlowPlanDetail ( Int32 id ) : ItemFlowPlanDetail
id Int32
Résultat ItemFlowPlanDetail

NHItemFlowPlanDetailBaseDao() public méthode

public NHItemFlowPlanDetailBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
Résultat System

UpdateItemFlowPlanDetail() public méthode

public UpdateItemFlowPlanDetail ( ItemFlowPlanDetail entity ) : void
entity ItemFlowPlanDetail
Résultat void