The CFunction object is the iBO.NET representation of a function belonging to a CEvent object.

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

Syntax

C#
public class CFunction : CProduct
Visual Basic
Public Class CFunction _
	Inherits CProduct
Visual C++
public ref class CFunction : public CProduct

Inheritance Hierarchy

System..::..Object
  Asi.iBO..::..iboBase
    Asi.iBO.Commerce..::..CProduct
      Asi.iBO.Events..::..CFunction

See Also