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

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

Private Properties

프로퍼티 타입 설명
CheckSurveyId void
RelocationsApi System.Uri

공개 메소드들

메소드 설명
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
QueryAsync ( string surveyId ) : Task>

See INfieldSurveyRelocationsService.QueryAsync

UpdateAsync ( string surveyId, SurveyRelocation relocation ) : System.Threading.Tasks.Task

See INfieldSurveyRelocationsService.UpdateAsync

비공개 메소드들

메소드 설명
CheckSurveyId ( string surveyId ) : void
RelocationsApi ( string surveyId ) : Uri

메소드 상세

InitializeNfieldConnection() 공개 메소드

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

QueryAsync() 공개 메소드

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

UpdateAsync() 공개 메소드

See INfieldSurveyRelocationsService.UpdateAsync
public UpdateAsync ( string surveyId, SurveyRelocation relocation ) : System.Threading.Tasks.Task
surveyId string
relocation Nfield.Models.SurveyRelocation
리턴 System.Threading.Tasks.Task