C# Class Nfield.Services.Implementation.NfieldSurveyResponseCodesService

Implementation of INfieldSurveyResponseCodesService
Inheritance: INfieldSurveyResponseCodesService, INfieldConnectionClientObject
Afficher le fichier Open project: NIPOSoftware/Nfield-SDK Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task

INfieldSurveyResponseCodesService.AddAsync

InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

INfieldConnectionClientObject.InitializeNfieldConnection

QueryAsync ( string surveyId ) : Task>

INfieldSurveyResponseCodesService.QueryAsync(string)

QueryAsync ( string surveyId, int code ) : Task

INfieldSurveyResponseCodesService.QueryAsync(string, int)

RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task

INfieldSurveyResponseCodesService.RemoveAsync

UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task

INfieldSurveyResponseCodesService.UpdateAsync

Private Methods

Méthode Description
SurveyResponseCodeUrl ( string surveyId, int code ) : string

Constructs and returns the url for survey response code based on supplied surveyId and code

Method Details

AddAsync() public méthode

INfieldSurveyResponseCodesService.AddAsync
public AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
Résultat Task

InitializeNfieldConnection() public méthode

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

QueryAsync() public méthode

INfieldSurveyResponseCodesService.QueryAsync(string)
public QueryAsync ( string surveyId ) : Task>
surveyId string
Résultat Task>

QueryAsync() public méthode

INfieldSurveyResponseCodesService.QueryAsync(string, int)
public QueryAsync ( string surveyId, int code ) : Task
surveyId string
code int
Résultat Task

RemoveAsync() public méthode

INfieldSurveyResponseCodesService.RemoveAsync
public RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task
surveyId string
code int
Résultat System.Threading.Tasks.Task

UpdateAsync() public méthode

INfieldSurveyResponseCodesService.UpdateAsync
public UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
Résultat Task