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

Inheritance: SessionBase, IRegionBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IRegionDao

Méthodes publiques

Méthode Description
RegionBaseMgr ( IRegionDao entityDao ) : System

Private Methods

Méthode 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 méthode

public RegionBaseMgr ( IRegionDao entityDao ) : System
entityDao IRegionDao
Résultat System

Property Details

entityDao protected_oe property

protected IRegionDao entityDao
Résultat IRegionDao