C# 클래스 Sage.Integration.Northwind.Adapter.Common.RequestReceiver

Entrypoints for adapter requests.
파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 프로퍼티들

프로퍼티 타입 설명
NorthwindAdapter NorthwindAdapter

공개 메소드들

메소드 설명
RequestReceiver ( NorthwindAdapter adapter ) : System

Initialises a new instance of the RequestReceiver class.

비공개 메소드들

메소드 설명
DeleteRequest ( IRequest request ) : void
GetPrecedenceQuery ( RequestContext context ) : int?
GetRequest ( IRequest request ) : void
GetSelectQueryParts ( RequestContext context ) : string[]
LogException ( Exception exception, string requestUuid ) : void
LogRequest ( IRequest request, string requestUuid ) : void
LogResponse ( IRequest request, string requestUuid ) : void
PostRequest ( IRequest request ) : void
PutRequest ( IRequest request ) : void

메소드 상세

RequestReceiver() 공개 메소드

Initialises a new instance of the RequestReceiver class.
public RequestReceiver ( NorthwindAdapter adapter ) : System
adapter NorthwindAdapter
리턴 System

프로퍼티 상세

NorthwindAdapter 공개적으로 정적으로 프로퍼티

public static NorthwindAdapter NorthwindAdapter
리턴 NorthwindAdapter