CarrierBidHistory object
First available in SystemsLink: 2015.2.0 SP1
Methods
The Return Value for all methods is CarrierBidHistoryReturnObject. |
Method Name | Parameters | ReturnCode | Description | |
---|---|---|---|---|
Name |
Data type (in C#) |
|||
N/A |
CarrierBidHistory.ReturnObject.ReturnCode 0 = successful 1000 = errors occurred |
Returns new CarrierBidHistory object instance |
||
number |
int |
CarrierBidHistory.ReturnObject.ReturnCode 0 = successful 1000 = errors occurred |
Returns new CarrierBidHistory object instances |
|
criteria |
CarrierBidHistory.ReturnObject.ReturnCode 0 = successful 100 = no records found 1000 = errors occurred |
Retrieves CarrierBidHistories based on passed in criteria |
||
criteria |
CarrierBidHistory.PagedReturnObject.ReturnCode 0 = successful 100 = no records found 1000 = errors occurred |
Retrieves CarrierBidHistories based on passed in criteria and paging |
Properties and column mapping
To condense the information in this table, the Database Column Name uses the following abbreviations for database tables: c = carrierbidshistory |
Property | Database Column | Modifiable | Comments | |||
---|---|---|---|---|---|---|
Name |
Data Type (in C#) |
Name |
Data Type |
|||
1 |
CbId |
int |
c.cb_id |
int |
Insert / Update |
|
2 |
CreatedDate |
DateTime |
c.created_date |
datetime |
Insert / Update |
|
3 |
CreatedUser |
string |
c.created_user |
varchar(20) |
Insert / Update |
|
4 |
DataSourceID |
String |
Not mapped |
|||
5 |
Id |
int |
c.cbh_id |
int |
Read only |
|
6 |
IsDirty |
bool |
Not mapped |
|||
7 |
IsNew |
bool |
Not mapped |
|||
8 |
IsValid |
bool |
Not mapped |
|||
9 |
ReplyAmount |
double |
c.cb_reply_amount |
money |
Insert / Update |
|
10 |
ReplyDate |
DateTime |
c.cb_reply_date |
datetime |
Insert / Update |
|
11 |
ReplyFuelAmount |
double |
c.cb_reply_fuelamount |
money |
Insert / Update |
|
12 |
ReplyLineHaul |
double |
c.cb_reply_linehaul |
money |
Insert / Update |
|
13 |
ReplyMessage |
string |
c.cb_reply_message |
varchar(2000) |
Insert / Update |
|
14 |
ReplyOtherAmount |
double |
c.cb_reply_otheramount |
money |
Insert / Update |
|
15 |
ReplyStatus |
string |
c.cb_reply_status |
varchar(6) |
Insert / Update |
|
16 |
UpdateableProperties |
CarrierBidHistory.ReturnObject
Property Name | Data Type (in C#) | Comments | |
---|---|---|---|
1 |
ErrorMessages |
List<string> |
|
2 |
ErrorObjectIndexList |
List<int> |
|
3 |
Exceptions |
List<Exception> |
|
4 |
ReferenceObjects |
List<CarrierBidHistory> |
|
5 |
ReturnCode |
int |
|
6 |
TraceMessages |
List<string> |
|
7 |
WarningMessages |
List<string> |
CarrierBidHistory.PagedReturnObject
Property Name | Data Type (in C#) | Comments | |
---|---|---|---|
1 |
PageIndex |
int |
|
2 |
PageSize |
int |
|
3 |
TotalRecords |
int |
CarrierBidsHistoryReadOnlyUpdateInfo object
|
Property Name | Comments | |
---|---|---|
1 |
CbId |
|
2 |
CreatedDate |
|
3 |
CreatedUser |
|
4 |
ReplyAmount |
|
5 |
ReplyDate |
|
6 |
ReplyFuelAmount |
|
7 |
ReplyLineHaul |
|
8 |
ReplyMessage |
|
9 |
ReplyOtherAmount |
|
10 |
ReplyStatus |
Criteria object
To condense the information in table, the Database Column uses the following abbreviations for database tables: c = carrierbidshistory |
Name | Database Column | Data Type (in C#) | Comments | |
---|---|---|---|---|
1 |
Ascending |
bool? |
Not mapped |
|
2 |
CbId |
c.cb_id |
int? |
|
3 |
CreatedDate |
c.created_date |
DateTime? |
|
4 |
CreatedUser |
c.created_user |
string |
|
5 |
Expressions |
New List<CriteriaExpression> |
||
6 |
Id |
c.cb_id |
int? |
|
7 |
PagingData |
PagingData |
||
8 |
ReplyAmount |
c.cb_reply_amount |
double? |
|
9 |
ReplyDate |
c.cb_reply_date |
DateTime? |
|
10 |
ReplyFuelAmount |
c.cb_reply_fuelamount |
double? |
|
11 |
ReplyLineHaul |
c.cb_reply_linehaul |
double? |
|
12 |
ReplyMessage |
c.cb_reply_message |
string |
|
13 |
ReplyOtherAmount |
c.cb_reply_otheramount |
double? |
|
14 |
ReplyStatus |
c.cb_reply_status |
string |
|
15 |
Settings |
|||
16 |
SortBy |
string |
Not mapped |