C# Class Nfield.Services.Implementation.NfieldSurveyPublicIdsService

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

Private Properties

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

Méthodes publiques

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

See INfieldSurveyPublicIdsService.QueryAsync

Private Methods

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

Method Details

InitializeNfieldConnection() public méthode

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

QueryAsync() public méthode

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