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