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

Inheritance: SessionBase, IRegionBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IRegionDao

Public Methods

Method Description
RegionBaseMgr ( IRegionDao entityDao ) : System

Private Methods

Method Description
CreateRegion ( Region entity ) : void
DeleteRegion ( IList entityList ) : void
DeleteRegion ( IList pkList ) : void
DeleteRegion ( Region entity ) : void
DeleteRegion ( String code ) : void
GetAllRegion ( ) : IList
GetAllRegion ( bool includeInactive ) : IList
LoadRegion ( String code ) : Region
UpdateRegion ( Region entity ) : void

Method Details

RegionBaseMgr() public method

public RegionBaseMgr ( IRegionDao entityDao ) : System
entityDao IRegionDao
return System

Property Details

entityDao protected_oe property

protected IRegionDao entityDao
return IRegionDao