ComdataExpressCheck object

First available in SystemsLink: 2015.2.0

Methods

The Return Value for all methods is ComdataExpressCheck.ReturnObject.
Method Name Parameters ComdataExpressCheck.
ReturnObject.ReturnCode
Description

Name

Data type (in C#)

CreateComdataExpressChecks

ttsUserID

string

0 = successful

1000 = errors occurred

Creates a new ComdataExpressCheck object

comdataExpressCheckRequests

List<ComdataExpressCheckRequest>

CreateComdataExpressChecksByToken

tokenValue

string

0 = successful

1000 = errors occurred

After verifying token, creates a new ComdataExpressCheck object

comdataExpressCheckRequests

List<ComdataExpressCheckRequest>

Properties and column mapping

Property Database Column Modifiable Comments

Name

Data Type (in C#)

Name

Data Type

IsDirty

bool

Not mapped

IsNew

bool

Not mapped

IsValid

bool

Not mapped

DataSourceID

String

Not mapped

ExpressCode

string

Not mapped

PayDetail

PayDetail

Not mapped

ComdataExpressCheck.ReturnObject

Property Name Data Type (in C#) Comments

1

ReturnCode

int

2

ErrorObjectIndexList

List<int>

3

ErrorMessages

List<string>

4

Exceptions

List<Exception>

5

TraceMessages

List<string>

6

WarningMessages

List<string>

7

ReferenceObjects

List<ComdataExpressCheck>