C# Class Nfield.Services.Implementation.NfieldSurveyPublicIdsService

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

Private Properties

Property Type Description
CheckSurveyId void
PublicIdsApi System.Uri

Public Methods

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

See INfieldSurveyPublicIdsService.QueryAsync

Private Methods

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

Method Details

InitializeNfieldConnection() public method

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

QueryAsync() public method

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