C# Class Nfield.Services.Implementation.NfieldLanguagesService

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

Private Properties

Property Type Description
CheckSurveyId void
LanguagesApi System.Uri

Public Methods

Method Description
AddAsync ( string surveyId, Language language ) : Task

See INfieldLanguagesService.AddAsync

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

See INfieldLanguagesService.QueryAsync

RemoveAsync ( string surveyId, Language language ) : System.Threading.Tasks.Task

See INfieldLanguagesService.RemoveAsync

UpdateAsync ( string surveyId, Language language ) : System.Threading.Tasks.Task

See INfieldLanguagesService.UpdateAsync

Private Methods

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

Method Details

AddAsync() public method

See INfieldLanguagesService.AddAsync
public AddAsync ( string surveyId, Language language ) : Task
surveyId string
language Language
return Task

InitializeNfieldConnection() public method

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

QueryAsync() public method

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

RemoveAsync() public method

See INfieldLanguagesService.RemoveAsync
public RemoveAsync ( string surveyId, Language language ) : System.Threading.Tasks.Task
surveyId string
language Language
return System.Threading.Tasks.Task

UpdateAsync() public method

See INfieldLanguagesService.UpdateAsync
public UpdateAsync ( string surveyId, Language language ) : System.Threading.Tasks.Task
surveyId string
language Language
return System.Threading.Tasks.Task