Method | Description | |
---|---|---|
Add ( |
||
CheckPrice ( |
||
FillChangeLog ( System &table, NorthwindConfig config, |
||
GetAll ( NorthwindConfig config, string whereExpression, System.Data.OleDb.OleDbParameter oleDbParameters ) : List |
||
GetAll ( NorthwindConfig config, string whereExpression, int startIndex, int count ) : List |
||
GetDocument ( Identity identity, |
||
GetPricingDetails ( |
||
GetProductPrices ( string productIds, NorthwindConfig config ) : Sage.Integration.Northwind.Application.Entities.Product.Documents.ProductPriceDocument[] | ||
Product ( ) : System | ||
Update ( |
Method | Description | |
---|---|---|
GetProductDocument ( Sage productRow, |
public Add ( |
||
doc | ||
config | NorthwindConfig | |
result | List |
|
return | void |
public CheckPrice ( |
||
PricingInformation | ||
config | NorthwindConfig | |
return |
public FillChangeLog ( System &table, NorthwindConfig config, |
||
table | System | |
config | NorthwindConfig | |
lastToken | ||
return | int |
public GetAll ( NorthwindConfig config, string whereExpression, System.Data.OleDb.OleDbParameter oleDbParameters ) : List |
||
config | NorthwindConfig | |
whereExpression | string | |
oleDbParameters | System.Data.OleDb.OleDbParameter | |
return | List |
public GetAll ( NorthwindConfig config, string whereExpression, int startIndex, int count ) : List |
||
config | NorthwindConfig | |
whereExpression | string | |
startIndex | int | |
count | int | |
return | List |
public GetDocument ( Identity identity, |
||
identity | Identity | |
lastToken | ||
config | NorthwindConfig | |
return |
public GetPricingDetails ( |
||
OrderDetails | ||
config | NorthwindConfig | |
return |
public GetProductPrices ( string productIds, NorthwindConfig config ) : Sage.Integration.Northwind.Application.Entities.Product.Documents.ProductPriceDocument[] | ||
productIds | string | |
config | NorthwindConfig | |
return | Sage.Integration.Northwind.Application.Entities.Product.Documents.ProductPriceDocument[] |
public Update ( |
||
doc | ||
config | NorthwindConfig | |
result | List |
|
return | void |