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

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

Private Properties

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

공개 메소드들

메소드 설명
GetAsync ( string surveyId ) : Task
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PutAsync ( string surveyId, Nfield.Models.SurveyPublishTypeUpgradeModel surveyPublishTypeUpgrade ) : System.Threading.Tasks.Task

비공개 메소드들

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

메소드 상세

GetAsync() 공개 메소드

public GetAsync ( string surveyId ) : Task
surveyId string
리턴 Task

InitializeNfieldConnection() 공개 메소드

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

PutAsync() 공개 메소드

public PutAsync ( string surveyId, Nfield.Models.SurveyPublishTypeUpgradeModel surveyPublishTypeUpgrade ) : System.Threading.Tasks.Task
surveyId string
surveyPublishTypeUpgrade Nfield.Models.SurveyPublishTypeUpgradeModel
리턴 System.Threading.Tasks.Task