This constructor is used to create a new CBatch object.

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

Syntax

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

Parameters

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

Exceptions

ExceptionCondition
Asi.iBO..::..IncompatibleSystemSettingException thrown when the System_Params setting of AR_Control.UseBatches is set to NoBatchControl

See Also