C# Class Nfield.Services.Implementation.NfieldSurveyDataService

Implementation of INfieldSurveyDataService
Inheritance: INfieldSurveyDataService, INfieldConnectionClientObject
Show file Open project: NIPOSoftware/Nfield-SDK

Private Properties

Property Type Description
SurveyDataUrl string

Public Methods

Method Description
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task

See INfieldSurveyDataService.PostAsync

Private Methods

Method Description
SurveyDataUrl ( string surveyId ) : string

Method Details

InitializeNfieldConnection() public method

public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient
return void

PostAsync() public method

See INfieldSurveyDataService.PostAsync
public PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task
surveyDownloadDataRequest Nfield.Models.SurveyDownloadDataRequest
return Task