C# Класс com.Sconit.Persistence.MRP.NH.NHMrpShipPlanViewBaseDao

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

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

Метод Описание
CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( IList entityList ) : void
DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : void
GetAllMrpShipPlanView ( ) : IList
LoadMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : MrpShipPlanView
NHMrpShipPlanViewBaseDao ( ISessionManager sessionManager ) : System
UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void

Описание методов

CreateMrpShipPlanView() публичный Метод

public CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Результат void

DeleteMrpShipPlanView() публичный Метод

public DeleteMrpShipPlanView ( IList entityList ) : void
entityList IList
Результат void

DeleteMrpShipPlanView() публичный Метод

public DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Результат void

DeleteMrpShipPlanView() публичный Метод

public DeleteMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : void
flow String
item String
uom String
uC Decimal
startTime System.DateTime
windowTime System.DateTime
effDate System.DateTime
Результат void

GetAllMrpShipPlanView() публичный Метод

public GetAllMrpShipPlanView ( ) : IList
Результат IList

LoadMrpShipPlanView() публичный Метод

public LoadMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : MrpShipPlanView
flow String
item String
uom String
uC Decimal
startTime System.DateTime
windowTime System.DateTime
effDate System.DateTime
Результат MrpShipPlanView

NHMrpShipPlanViewBaseDao() публичный Метод

public NHMrpShipPlanViewBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
Результат System

UpdateMrpShipPlanView() публичный Метод

public UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Результат void