Constructor used to create a brand new address. Normally called from a parent object (Contact, Order, etc.) via a NewAddress method, but may also be used directly for other unrelated addressing purposes.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CAddressBasic(
	IiMISUser user
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser _
)
Visual C++
public:
CAddressBasic(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

See Also