C# Class Nfield.Services.Implementation.NfieldSurveySettingsService

Implementation of INfieldSurveySettingsService
Inheritance: INfieldSurveySettingsService, INfieldConnectionClientObject
Show file Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Private Properties

Property Type Description
CheckSurveyId void
SettingsApi System.Uri

Public Methods

Method Description
AddOrUpdateAsync ( string surveyId, Nfield.Models.SurveySetting setting ) : Task

See INfieldSurveySettingsService.AddOrUpdateAsync

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

See INfieldSurveySettingsService.QueryAsync

Private Methods

Method Description
CheckSurveyId ( string surveyId ) : void
SettingsApi ( string surveyId, string id ) : Uri

Method Details

AddOrUpdateAsync() public method

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

InitializeNfieldConnection() public method

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

QueryAsync() public method

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