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

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

Private Properties

프로퍼티 타입 설명
CheckInterviewId void
CheckSurveyId void
InterviewQualityApi System.Uri
PutAsync Task

공개 메소드들

메소드 설명
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PutAsync ( string surveyId, Nfield.Models.InterviewDetailsModel interviewDetails ) : Task
PutAsync ( string surveyId, string interviewId, int newQualityState ) : Task
QueryAsync ( string surveyId ) : Task>
QueryAsync ( string surveyId, string interviewId ) : Task

비공개 메소드들

메소드 설명
CheckInterviewId ( string interviewId ) : void
CheckSurveyId ( string surveyId ) : void
InterviewQualityApi ( string surveyId, string interviewId ) : Uri
PutAsync ( string surveyId, string interviewId, InterviewQuality newQualityState ) : Task

메소드 상세

InitializeNfieldConnection() 공개 메소드

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

PutAsync() 공개 메소드

public PutAsync ( string surveyId, Nfield.Models.InterviewDetailsModel interviewDetails ) : Task
surveyId string
interviewDetails Nfield.Models.InterviewDetailsModel
리턴 Task

PutAsync() 공개 메소드

public PutAsync ( string surveyId, string interviewId, int newQualityState ) : Task
surveyId string
interviewId string
newQualityState int
리턴 Task

QueryAsync() 공개 메소드

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

QueryAsync() 공개 메소드

public QueryAsync ( string surveyId, string interviewId ) : Task
surveyId string
interviewId string
리턴 Task