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

Implementation of INfieldSurveyResponseCodesService
상속: INfieldSurveyResponseCodesService, INfieldConnectionClientObject
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SurveyResponseCodeUrl string

공개 메소드들

메소드 설명
AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task

INfieldSurveyResponseCodesService.AddAsync

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

INfieldConnectionClientObject.InitializeNfieldConnection

QueryAsync ( string surveyId ) : Task>

INfieldSurveyResponseCodesService.QueryAsync(string)

QueryAsync ( string surveyId, int code ) : Task

INfieldSurveyResponseCodesService.QueryAsync(string, int)

RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task

INfieldSurveyResponseCodesService.RemoveAsync

UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task

INfieldSurveyResponseCodesService.UpdateAsync

비공개 메소드들

메소드 설명
SurveyResponseCodeUrl ( string surveyId, int code ) : string

Constructs and returns the url for survey response code based on supplied surveyId and code

메소드 상세

AddAsync() 공개 메소드

INfieldSurveyResponseCodesService.AddAsync
public AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
리턴 Task

InitializeNfieldConnection() 공개 메소드

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

QueryAsync() 공개 메소드

INfieldSurveyResponseCodesService.QueryAsync(string)
public QueryAsync ( string surveyId ) : Task>
surveyId string
리턴 Task>

QueryAsync() 공개 메소드

INfieldSurveyResponseCodesService.QueryAsync(string, int)
public QueryAsync ( string surveyId, int code ) : Task
surveyId string
code int
리턴 Task

RemoveAsync() 공개 메소드

INfieldSurveyResponseCodesService.RemoveAsync
public RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task
surveyId string
code int
리턴 System.Threading.Tasks.Task

UpdateAsync() 공개 메소드

INfieldSurveyResponseCodesService.UpdateAsync
public UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
리턴 Task