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

Inheritance: SessionBase, IAddressBaseMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IAddressDao

Public Methods

Method Description
AddressBaseMgr ( IAddressDao entityDao ) : System

Private Methods

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

public AddressBaseMgr ( IAddressDao entityDao ) : System
entityDao IAddressDao
return System

Property Details

entityDao protected_oe property

protected IAddressDao entityDao
return IAddressDao