C# 클래스 Sage.Integration.Northwind.Application.Entities.Order.Order

상속: Sage.Integration.Northwind.Application.Base.EntityBase
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDocument ( DataSets row, DataSets detailDataTable, DataSets deletedOrderDetailsDataTable, Token lastToken, NorthwindConfig config ) : Document
GetDocumentLineItem ( DataSets row, Token lastToken, NorthwindConfig config ) : Document

메소드 상세

Add() 공개 메소드

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

FillChangeLog() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( NorthwindConfig config, string whereExpression, System.Data.OleDb.OleDbParameter oleDbParameters ) : List
config NorthwindConfig
whereExpression string
oleDbParameters System.Data.OleDb.OleDbParameter
리턴 List

GetAll() 공개 메소드

public GetAll ( NorthwindConfig config, string whereExpression, int startIndex, int count ) : List
config NorthwindConfig
whereExpression string
startIndex int
count int
리턴 List

GetDocument() 공개 메소드

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

Order() 공개 메소드

public Order ( ) : System
리턴 System