C# Class Nfield.Services.Implementation.NfieldSurveyRelocationsService

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

Private Properties

Property Type Description
CheckSurveyId void
RelocationsApi System.Uri

Public Methods

Method 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

Method Description
CheckSurveyId ( string surveyId ) : void
RelocationsApi ( string surveyId ) : Uri

Method Details

InitializeNfieldConnection() public method

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

QueryAsync() public method

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

UpdateAsync() public method

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