C# Class Nfield.Services.Implementation.NfieldSurveyPackageService

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

Private Properties

Свойство Type Description
SurveyPackageApi Uri
ValidateParams void

Méthodes publiques

Méthode Description
GetSurveyPackageAsync ( string surveyId, InterviewPackageType interviewPackageType ) : System.Threading.Tasks.Task
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void

Private Methods

Méthode Description
SurveyPackageApi ( string surveyId, InterviewPackageType interviewPackageType ) : Uri
ValidateParams ( string surveyId, InterviewPackageType interviewPackageType ) : void

Method Details

GetSurveyPackageAsync() public méthode

public GetSurveyPackageAsync ( string surveyId, InterviewPackageType interviewPackageType ) : System.Threading.Tasks.Task
surveyId string
interviewPackageType InterviewPackageType
Résultat System.Threading.Tasks.Task

InitializeNfieldConnection() public méthode

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