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

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

Private Properties

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

공개 메소드들

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

See INfieldSurveyPublicIdsService.QueryAsync

비공개 메소드들

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

메소드 상세

InitializeNfieldConnection() 공개 메소드

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

QueryAsync() 공개 메소드

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