C# Класс com.Sconit.Persistence.Procurement.NH.NHItemFlowPlanDetailBaseDao

Наследование: NHDaoBase, IItemFlowPlanDetailBaseDao
Показать файл Открыть проект

Открытые методы

Метод Описание
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