new EzTransEventInfo(obj, id, svcId, code, message, outParamData, controller)
- Description:
트랜잭션 결과 정보
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
nexacro.FormBase | 트랜잭션을 발생시킨 객체 |
id |
string | 이벤트 아이디 |
svcId |
string | 트랜잭션 행위의 고유 식별값 |
code |
string | 트랜잭션 결과 코드 |
message |
string | 트랜잭션 결과 메시지 |
outParamData |
object | 파라미터 쿼리 결과 |
controller |
EzTrans | 트랜잭션에 사용된 EzTrans객체 |
Members
(static) code :string
- Description:
트랜잭션 결과 코드
트랜잭션 결과 코드
Type:
- string
(static) controller :EzTrans
- Description:
트랜잭션에 사용된 EzTrans객체
트랜잭션에 사용된 EzTrans객체
Type:
(static) eventid :string
- Description:
이벤트 아이디
이벤트 아이디
Type:
- string
(static) form :nexacro.FormBase
- Description:
트랜잭션을 발생시킨 객체
트랜잭션을 발생시킨 객체
Type:
(static) message :string
- Description:
트랜잭션 결과 메시지
트랜잭션 결과 메시지
Type:
- string
(static) outParamData :string
- Description:
paramSqlId 결과
paramSqlId 결과
Type:
- string
(static) svcId :string
- Description:
트랜잭션 행위의 고유 식별값
트랜잭션 행위의 고유 식별값
Type:
- string