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

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

Protected Properties

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

Méthodes publiques

Méthode Description
AddressBaseMgr ( IAddressDao entityDao ) : System

Private Methods

Méthode Description
CreateAddress ( Address entity ) : void
DeleteAddress ( Address entity ) : void
DeleteAddress ( IList
entityList ) : void
DeleteAddress ( IList pkList ) : void
DeleteAddress ( String code ) : void
GetAllAddress ( ) : IList
GetAllAddress ( bool includeInactive ) : IList
LoadAddress ( String code ) : Address
UpdateAddress ( Address entity ) : void

Method Details

AddressBaseMgr() public méthode

public AddressBaseMgr ( IAddressDao entityDao ) : System
entityDao IAddressDao
Résultat System

Property Details

entityDao protected_oe property

protected IAddressDao entityDao
Résultat IAddressDao