This constructor instantiates an existing CTransRow object from the database.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CTransRow( IiMISUser user, int transNumber, int lineNumber ) |
| Visual Basic |
|---|
Public Sub New ( _ user As IiMISUser, _ transNumber As Integer, _ lineNumber As Integer _ ) |
| Visual C++ |
|---|
public: CTransRow( IiMISUser^ user, int transNumber, int lineNumber ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- transNumber
- Type: System..::..Int32
The transaction number (TRANS_NUMBER) of the desired CTransRow object.
- lineNumber
- Type: System..::..Int32
The line number (LINE_NUMBER) of the desired CTransRow object.
Exceptions
| Exception | Condition |
|---|---|
| Asi.iBO..::..ObjectNotFoundException | thrown if no transaction with the given transNumber and lineNumber is found. |