C# Class com.Sconit.Service.View.Impl.InventoryAgingViewBaseMgr

Inheritance: SessionBase, IInventoryAgingViewBaseMgr
显示文件 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IInventoryAgingViewDao

Public Methods

Method Description
InventoryAgingViewBaseMgr ( IInventoryAgingViewDao entityDao ) : System

Private Methods

Method Description
CreateInventoryAgingView ( InventoryAgingView entity ) : void
DeleteInventoryAgingView ( IList pkList ) : void
DeleteInventoryAgingView ( IList entityList ) : void
DeleteInventoryAgingView ( Int32 id ) : void
DeleteInventoryAgingView ( InventoryAgingView entity ) : void
GetAllInventoryAgingView ( ) : IList
LoadInventoryAgingView ( Int32 id ) : InventoryAgingView
UpdateInventoryAgingView ( InventoryAgingView entity ) : void

Method Details

InventoryAgingViewBaseMgr() public method

public InventoryAgingViewBaseMgr ( IInventoryAgingViewDao entityDao ) : System
entityDao IInventoryAgingViewDao
return System

Property Details

entityDao protected_oe property

protected IInventoryAgingViewDao entityDao
return IInventoryAgingViewDao