C# 클래스 YouScribe.Rest.ProductSuggestRequest

상속: YouScribeRequest, IProductSuggestRequest
파일 보기 프로젝트 열기: Youscribe/YouscribeNet 1 사용 예제들

공개 메소드들

메소드 설명
GetSuggestAsync ( int id, string offerType = null, string domainLanguage = "fr", int take = 3 ) : Task>
GetSuggestSimilarDocumentsAsync ( int id, string offerType = null, string domainLanguage = "fr", int take = 3 ) : Task>
ProductSuggestRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System

메소드 상세

GetSuggestAsync() 공개 메소드

public GetSuggestAsync ( int id, string offerType = null, string domainLanguage = "fr", int take = 3 ) : Task>
id int
offerType string
domainLanguage string
take int
리턴 Task>

GetSuggestSimilarDocumentsAsync() 공개 메소드

public GetSuggestSimilarDocumentsAsync ( int id, string offerType = null, string domainLanguage = "fr", int take = 3 ) : Task>
id int
offerType string
domainLanguage string
take int
리턴 Task>

ProductSuggestRequest() 공개 메소드

public ProductSuggestRequest ( Func clientFactory, ITokenProvider authorizeTokenProvider ) : System
clientFactory Func
authorizeTokenProvider ITokenProvider
리턴 System