C# 클래스 Nfield.Services.Implementation.NfieldSurveyDataService

Implementation of INfieldSurveyDataService
상속: INfieldSurveyDataService, INfieldConnectionClientObject
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK

Private Properties

프로퍼티 타입 설명
SurveyDataUrl string

공개 메소드들

메소드 설명
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task

See INfieldSurveyDataService.PostAsync

비공개 메소드들

메소드 설명
SurveyDataUrl ( string surveyId ) : string

메소드 상세

InitializeNfieldConnection() 공개 메소드

public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient
리턴 void

PostAsync() 공개 메소드

See INfieldSurveyDataService.PostAsync
public PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task
surveyDownloadDataRequest Nfield.Models.SurveyDownloadDataRequest
리턴 Task