Represents either a Definition of a user defined table or and Instance of a row in a user defined table for a specific Contact. An instance contains all of the definition info as well. An ExtTable is an iMIS User Defined Table

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

Syntax

C#
public class CExtTable : iboBase
Visual Basic
Public Class CExtTable _
	Inherits iboBase
Visual C++
public ref class CExtTable : public iboBase

Inheritance Hierarchy

System..::..Object
  Asi.iBO..::..iboBase
    Asi.iBO.ContactManagement..::..CExtTable

See Also