C# Class Nfield.Services.Implementation.NfieldSurveyDataService

Implementation of INfieldSurveyDataService
Inheritance: INfieldSurveyDataService, INfieldConnectionClientObject
Afficher le fichier Open project: NIPOSoftware/Nfield-SDK

Private Properties

Свойство Type Description
SurveyDataUrl string

Méthodes publiques

Méthode Description
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task

See INfieldSurveyDataService.PostAsync

Private Methods

Méthode Description
SurveyDataUrl ( string surveyId ) : string

Method Details

InitializeNfieldConnection() public méthode

public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient
Résultat void

PostAsync() public méthode

See INfieldSurveyDataService.PostAsync
public PostAsync ( Nfield.Models.SurveyDownloadDataRequest surveyDownloadDataRequest ) : Task
surveyDownloadDataRequest Nfield.Models.SurveyDownloadDataRequest
Résultat Task