C# Класс Nfield.Services.Implementation.NfieldSurveyResponseCodesService

Implementation of INfieldSurveyResponseCodesService
Наследование: INfieldSurveyResponseCodesService, INfieldConnectionClientObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SurveyResponseCodeUrl string

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
SurveyResponseCodeUrl ( string surveyId, int code ) : string

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

Описание методов

AddAsync() публичный Метод

INfieldSurveyResponseCodesService.AddAsync
public AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
Результат Task

InitializeNfieldConnection() публичный Метод

INfieldConnectionClientObject.InitializeNfieldConnection
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient
Результат void

QueryAsync() публичный Метод

INfieldSurveyResponseCodesService.QueryAsync(string)
public QueryAsync ( string surveyId ) : Task>
surveyId string
Результат Task>

QueryAsync() публичный Метод

INfieldSurveyResponseCodesService.QueryAsync(string, int)
public QueryAsync ( string surveyId, int code ) : Task
surveyId string
code int
Результат Task

RemoveAsync() публичный Метод

INfieldSurveyResponseCodesService.RemoveAsync
public RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task
surveyId string
code int
Результат System.Threading.Tasks.Task

UpdateAsync() публичный Метод

INfieldSurveyResponseCodesService.UpdateAsync
public UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task
surveyId string
responseCode Nfield.Models.SurveyResponseCode
Результат Task