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

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

공개 메소드들

메소드 설명
Add ( Document doc, NorthwindConfig config, List &result ) : void
Email ( ) : System
FillChangeLog ( System &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
Update ( Document doc, NorthwindConfig config, List &result ) : void

비공개 메소드들

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

Email() 공개 메소드

public Email ( ) : System
리턴 System

FillChangeLog() 공개 메소드

public FillChangeLog ( System &table, NorthwindConfig config, Token lastToken ) : int
table System
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

Update() 공개 메소드

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