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

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

Protected Properties

Property Type Description
entityDao IBillAddressDao

Public Methods

Method Description
BillAddressBaseMgr ( IBillAddressDao entityDao ) : System

Private Methods

Method 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 method

public BillAddressBaseMgr ( IBillAddressDao entityDao ) : System
entityDao IBillAddressDao
return System

Property Details

entityDao protected_oe property

protected IBillAddressDao entityDao
return IBillAddressDao