Move object

Move properties and column mapping

Property Database Column

Name

Data Type (in C#)

Name

Data Type

Modifiable

Comments

1

DataSourceID

string

N/A

Not mapped

IsDirty

bool

N/A

Not mapped or used in service

2

IsNew

bool

N/A

Not mapped, set to false during save to update

3

IsValid

bool

N/A

Not mapped or used in service

4

mov_number

int

Read-only

Not mapped

5

Orders

List<Order>

Read-only

Not mapped

6

UpdateableProperties

MoveUpdateInfo

N/A

Not mapped

Move methods

The Return Value for all methods is Move.ReturnObject.

Internal

Parameters

Method Name

Name

Data type (in C#)

Move.ReturnObject.
ReturnCode

Description

DeleteStopFromMoveNoSave

moveNumber

stopNumber

int

int

0 = successful

100 = no records found

1000 = errors occurred

Deletes a stop from a move and returns the move without saving the changes

First available in 2015.1.0

DeleteStopFromMoveSave

moveNumber

stopNumber

int

int

0 = successful

100 = no records found

1000 = errors occurred

Deletes a stop from a move, saves the changes, and returns the updated move

First available in 2015.1.0

GetMove

moveNumber

int

0 = successful

100 = no records found

1000 = errors occurred

Returns a move taking a move number as the only parameter

First available in 2015.1.0

GetMoves

orderHeaderNumber

int

0 = successful

100 = no records found

1000 = errors occurred

Gets all Move objects that meet the provided criteria

External

Parameters

Method Name

Name

Data type (in C#)

Move.ReturnObject.
ReturnCode

Description

GetMoves

tokenValue

string

0 = successful

100 = no records found

1000 = errors occurred

Gets all Move objects that meet the provided criteria

orderHeaderNumber

int

Move.ReturnObject

Property Name Data Type (in C#) Comments

1

ErrorMessages

List<string>

2

ErrorObjectIndexList

List<int>

3

Exceptions

List<Exception>

4

ReferenceObjects

List<Commodity>

5

ReturnCode

int

6

TraceMessages

List<string>

7

WarningMessages

List<string>

MoveUpdateInfo object

At this time, the MoveUpdateInfo object is empty.

Move Criteria object

Name Database Column Data Type (in C#) Comments

1

mov_number

int