C# Class com.Sconit.Service.MasterData.Impl.ItemKitMgr

Inheritance: ItemKitBaseMgr, IItemKitMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ItemKitMgr ( IItemKitDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections.Generic

Private Methods

Method Description
GetChildItemKit ( Item parentItem ) : IList
GetChildItemKit ( Item parentItem, bool includeInActive ) : IList
GetChildItemKit ( string parentItemCode ) : IList
GetChildItemKit ( string parentItemCode, bool includeInActive ) : IList

Method Details

ItemKitMgr() public method

public ItemKitMgr ( IItemKitDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections.Generic
entityDao IItemKitDao
criteriaMgr ICriteriaMgr
return System.Collections.Generic