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

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

Private Properties

프로퍼티 타입 설명
AssignmentsApi System.Uri
AssignmentsApi System.Uri
CheckParameters void
CheckParameters void
CheckParameters void

공개 메소드들

메소드 설명
AssignAsync ( string surveyId, SamplingPointInterviewerAssignmentsModel model ) : System.Threading.Tasks.Task
AssignAsync ( string surveyId, string samplingPointId, string interviewerId ) : System.Threading.Tasks.Task
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
QueryAsync ( string surveyId, string samplingPointId ) : Task>
UnassignAsync ( string surveyId, SamplingPointInterviewerAssignmentsModel model ) : System.Threading.Tasks.Task
UnassignAsync ( string surveyId, string samplingPointId, string interviewerId ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
AssignmentsApi ( string surveyId ) : Uri
AssignmentsApi ( string surveyId, string samplingPointId, string interviewerId ) : Uri
CheckParameters ( string surveyId, SamplingPointInterviewerAssignmentsModel model ) : void
CheckParameters ( string surveyId, string samplingPointId ) : void
CheckParameters ( string surveyId, string samplingPointId, string interviewerId ) : void

메소드 상세

AssignAsync() 공개 메소드

public AssignAsync ( string surveyId, SamplingPointInterviewerAssignmentsModel model ) : System.Threading.Tasks.Task
surveyId string
model Nfield.Models.SamplingPointInterviewerAssignmentsModel
리턴 System.Threading.Tasks.Task

AssignAsync() 공개 메소드

public AssignAsync ( string surveyId, string samplingPointId, string interviewerId ) : System.Threading.Tasks.Task
surveyId string
samplingPointId string
interviewerId string
리턴 System.Threading.Tasks.Task

InitializeNfieldConnection() 공개 메소드

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

QueryAsync() 공개 메소드

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

UnassignAsync() 공개 메소드

public UnassignAsync ( string surveyId, SamplingPointInterviewerAssignmentsModel model ) : System.Threading.Tasks.Task
surveyId string
model Nfield.Models.SamplingPointInterviewerAssignmentsModel
리턴 System.Threading.Tasks.Task

UnassignAsync() 공개 메소드

public UnassignAsync ( string surveyId, string samplingPointId, string interviewerId ) : System.Threading.Tasks.Task
surveyId string
samplingPointId string
interviewerId string
리턴 System.Threading.Tasks.Task