C# Class Nfield.Services.Implementation.NfieldSurveyPublishService

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

Private Properties

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

Méthodes publiques

Méthode Description
GetAsync ( string surveyId ) : Task
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
PutAsync ( string surveyId, Nfield.Models.SurveyPublishTypeUpgradeModel surveyPublishTypeUpgrade ) : System.Threading.Tasks.Task

Private Methods

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

Method Details

GetAsync() public méthode

public GetAsync ( string surveyId ) : Task
surveyId string
Résultat Task

InitializeNfieldConnection() public méthode

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

PutAsync() public méthode

public PutAsync ( string surveyId, Nfield.Models.SurveyPublishTypeUpgradeModel surveyPublishTypeUpgrade ) : System.Threading.Tasks.Task
surveyId string
surveyPublishTypeUpgrade Nfield.Models.SurveyPublishTypeUpgradeModel
Résultat System.Threading.Tasks.Task