C# Class Sage.Integration.Northwind.Application.Entities.Order.Order

Inheritance: Sage.Integration.Northwind.Application.Base.EntityBase
Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Document doc, NorthwindConfig config, List &result ) : void
FillChangeLog ( DataTable &table, NorthwindConfig config, Token lastToken ) : int
GetAll ( NorthwindConfig config, string whereExpression, System.Data.OleDb.OleDbParameter oleDbParameters ) : List
GetAll ( NorthwindConfig config, string whereExpression, int startIndex, int count ) : List
GetDocument ( Identity identity, Token lastToken, NorthwindConfig config ) : Document
Order ( ) : System

Private Methods

Méthode Description
GetDocument ( DataSets row, DataSets detailDataTable, DataSets deletedOrderDetailsDataTable, Token lastToken, NorthwindConfig config ) : Document
GetDocumentLineItem ( DataSets row, Token lastToken, NorthwindConfig config ) : Document

Method Details

Add() public méthode

public Add ( Document doc, NorthwindConfig config, List &result ) : void
doc Sage.Integration.Northwind.Application.Base.Document
config NorthwindConfig
result List
Résultat void

FillChangeLog() public méthode

public FillChangeLog ( DataTable &table, NorthwindConfig config, Token lastToken ) : int
table System.Data.DataTable
config NorthwindConfig
lastToken Sage.Integration.Northwind.Application.API.Token
Résultat int

GetAll() public méthode

public GetAll ( NorthwindConfig config, string whereExpression, System.Data.OleDb.OleDbParameter oleDbParameters ) : List
config NorthwindConfig
whereExpression string
oleDbParameters System.Data.OleDb.OleDbParameter
Résultat List

GetAll() public méthode

public GetAll ( NorthwindConfig config, string whereExpression, int startIndex, int count ) : List
config NorthwindConfig
whereExpression string
startIndex int
count int
Résultat List

GetDocument() public méthode

public GetDocument ( Identity identity, Token lastToken, NorthwindConfig config ) : Document
identity Identity
lastToken Sage.Integration.Northwind.Application.API.Token
config NorthwindConfig
Résultat Sage.Integration.Northwind.Application.Base.Document

Order() public méthode

public Order ( ) : System
Résultat System