Adds a transaction to this CBatch in the specified amount using the supplied DataServer.

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

Syntax

C#
public void AddTransaction(
	DataServer server,
	decimal amount
)
Visual Basic (Declaration)
Public Sub AddTransaction ( _
	server As DataServer, _
	amount As Decimal _
)
Visual C++
public:
void AddTransaction(
	DataServer^ server, 
	Decimal amount
)

Parameters

server
Type: Asi.iBO..::.DataServer
DataServer to use.
amount
Type: System..::.Decimal
Amount of the transaction to be added.

See Also