C# Class Nfield.Services.Implementation.NfieldSurveyRelocationsService

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

Private Properties

Свойство Type Description
CheckSurveyId void
RelocationsApi System.Uri

Méthodes publiques

Méthode Description
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
QueryAsync ( string surveyId ) : Task>

See INfieldSurveyRelocationsService.QueryAsync

UpdateAsync ( string surveyId, SurveyRelocation relocation ) : System.Threading.Tasks.Task

See INfieldSurveyRelocationsService.UpdateAsync

Private Methods

Méthode Description
CheckSurveyId ( string surveyId ) : void
RelocationsApi ( string surveyId ) : Uri

Method Details

InitializeNfieldConnection() public méthode

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

QueryAsync() public méthode

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

UpdateAsync() public méthode

See INfieldSurveyRelocationsService.UpdateAsync
public UpdateAsync ( string surveyId, SurveyRelocation relocation ) : System.Threading.Tasks.Task
surveyId string
relocation Nfield.Models.SurveyRelocation
Résultat System.Threading.Tasks.Task