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

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

Private Properties

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

공개 메소드들

메소드 설명
AddOrUpdateAsync ( string surveyId, Nfield.Models.SurveySetting setting ) : Task

See INfieldSurveySettingsService.AddOrUpdateAsync

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
QueryAsync ( string surveyId ) : Task>

See INfieldSurveySettingsService.QueryAsync

비공개 메소드들

메소드 설명
CheckSurveyId ( string surveyId ) : void
SettingsApi ( string surveyId, string id ) : Uri

메소드 상세

AddOrUpdateAsync() 공개 메소드

See INfieldSurveySettingsService.AddOrUpdateAsync
public AddOrUpdateAsync ( string surveyId, Nfield.Models.SurveySetting setting ) : Task
surveyId string
setting Nfield.Models.SurveySetting
리턴 Task

InitializeNfieldConnection() 공개 메소드

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

QueryAsync() 공개 메소드

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