Represents a basic physical address for use inside other objects. It does not save to the DB but is an ancestor to CAddress, the real one used by the Contact system.

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

Syntax

C#
public class CAddressBasic : iboBase
Visual Basic (Declaration)
Public Class CAddressBasic _
	Inherits iboBase
Visual C++
public ref class CAddressBasic : public iboBase

Inheritance Hierarchy

System..::.Object
  Asi.iBO..::.iboBase
    Asi.iBO.ContactManagement..::.CAddressBasic
      Asi.iBO.ContactManagement..::.CAddress

See Also