This class is used to generate and save to the database the CTransRow instances associated with an accounting event. There is one method for each accounting event; the method takes as parameters instances of all the classes required to generate the CTransRow instances. Each method moves values from the parameter instances to the CTransRow instances.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Asi.iBO..::..iboBase
    Asi.iBO.Financials..::..CAccountingEvent

See Also