C# Класс com.Sconit.Service.MasterData.Impl.AddressMgr

Наследование: AddressBaseMgr, IAddressMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
AddressMgr ( IAddressDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections

Приватные методы

Метод Описание
DeleteAddressByParent ( string code ) : void
GetAllBillAddress ( ) : IList
GetAllBillAddress ( bool includeInactive ) : IList
GetAllShipAddress ( ) : IList
GetAllShipAddress ( bool includeInactive ) : IList
GetBillAddress ( Party party ) : IList
GetBillAddress ( Party party, bool includeInactive ) : IList
GetBillAddress ( string partyCode ) : IList
GetBillAddress ( string partyCode, bool includeInactive ) : IList
GetShipAddress ( Party party ) : IList
GetShipAddress ( Party party, bool includeInactive ) : IList
GetShipAddress ( string partyCode ) : IList
GetShipAddress ( string partyCode, bool includeInactive ) : IList
LoadBillAddress ( string code ) : BillAddress
LoadShipAddress ( string code ) : ShipAddress

Описание методов

AddressMgr() публичный Метод

public AddressMgr ( IAddressDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections
entityDao IAddressDao
criteriaMgr ICriteriaMgr
Результат System.Collections