This constructor is used to instantiate an existing CBatch object.

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

Syntax

C#
public CBatch(
	DataServer server,
	IiMISUser user,
	string batchNumber
)
Visual Basic
Public Sub New ( _
	server As DataServer, _
	user As IiMISUser, _
	batchNumber As String _
)
Visual C++
public:
CBatch(
	DataServer^ server, 
	IiMISUser^ user, 
	String^ batchNumber
)

Parameters

server
Type: Asi.iBO..::..DataServer
DataServer object to use when retrieving the CBatch object.
user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
batchNumber
Type: System..::..String
The number of the existing CBatch.

Exceptions

ExceptionCondition
Asi.iBO..::..ObjectNotFoundException thrown when a batch with the supplied batch number cannot be found.>

See Also