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

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

Protected Properties

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

Méthodes publiques

Méthode Description
BillAddressBaseMgr ( IBillAddressDao entityDao ) : System

Private Methods

Méthode Description
CreateBillAddress ( BillAddress entity ) : void
DeleteBillAddress ( BillAddress entity ) : void
DeleteBillAddress ( IList entityList ) : void
DeleteBillAddress ( IList pkList ) : void
DeleteBillAddress ( String code ) : void
GetAllBillAddress ( ) : IList
GetAllBillAddress ( bool includeInactive ) : IList
LoadBillAddress ( String code ) : BillAddress
UpdateBillAddress ( BillAddress entity ) : void

Method Details

BillAddressBaseMgr() public méthode

public BillAddressBaseMgr ( IBillAddressDao entityDao ) : System
entityDao IBillAddressDao
Résultat System

Property Details

entityDao protected_oe property

protected IBillAddressDao entityDao
Résultat IBillAddressDao