Property | Type | Description | |
---|---|---|---|
GetInterviewerInstructionUri | string | ||
GetSamplingPointImageUri | string | ||
SamplingPointImageAddAsync | Task |
Method | Description | |
---|---|---|
AddAsync ( Nfield.Models.Survey survey ) : Task |
See INfieldSurveysService.AddAsync
|
|
CountsQueryAsync ( string surveyId ) : Task |
||
CreateOrUpdateOnlineQuotaAsync ( string surveyId, QuotaFrame quotaFrame ) : Task |
||
CreateOrUpdateQuotaAsync ( string surveyId, |
INfieldSurveysService.CreateOrUpdateQuotaAsync
|
|
DeleteInterviewerFileInstructionsAsync ( string surveyId ) : System.Threading.Tasks.Task |
INfieldSurveysService.DeleteInterviewerFileInstructionsAsync(string)
|
|
DownloadInterviewerFileInstructionsAsync ( string surveyId ) : Task |
INfieldSurveysService.DownloadInterviewerFileInstructionsAsync(string)
|
|
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
OnlineQuotaQueryAsync ( string surveyId ) : Task |
||
QueryAsync ( ) : Task |
See INfieldSurveysService.QueryAsync
|
|
QuotaQueryAsync ( string surveyId ) : Task |
See INfieldSurveysService.QuotaQueryAsync
|
|
RemoveAsync ( Nfield.Models.Survey survey ) : System.Threading.Tasks.Task |
See INfieldSurveysService.RemoveAsync
|
|
SamplingPointAddAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : Task |
See INfieldSurveysService.SamplingPointAddAsync
|
|
SamplingPointDeleteAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : System.Threading.Tasks.Task |
See INfieldSurveysService.SamplingPointDeleteAsync
|
|
SamplingPointImageAddAsync ( string surveyId, string samplingPointId, string filePath ) : Task |
INfieldSurveysService.SamplingPointImageAddAsync(string, string, string)
|
|
SamplingPointImageAddAsync ( string surveyId, string samplingPointId, string filename, byte content ) : Task |
INfieldSurveysService.SamplingPointImageAddAsync(string, string, string, byte[])
|
|
SamplingPointImageDeleteAsync ( string surveyId, string samplingPointId ) : System.Threading.Tasks.Task | ||
SamplingPointImageGetAsync ( string surveyId, string samplingPointId ) : Task |
||
SamplingPointQueryAsync ( string surveyId, string samplingPointId ) : Task |
See INfieldSurveysService.SamplingPointQueryAsync
|
|
SamplingPointQuotaTargetQueryAsync ( string surveyId, string samplingPointId, string levelId ) : Task |
See INfieldSurveysService.SamplingPointQuotaTargetQueryAsync
|
|
SamplingPointQuotaTargetUpdateAsync ( string surveyId, string samplingPointId, |
See INfieldSurveysService.SamplingPointQuotaTargetUpdateAsync
|
|
SamplingPointQuotaTargetsQueryAsync ( string surveyId, string samplingPointId ) : Task |
See INfieldSurveysService.SamplingPointQuotaTargetsQueryAsync
|
|
SamplingPointUpdateAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : Task |
See INfieldSurveysService.SamplingPointUpdateAsync
|
|
SamplingPointsCountAsync ( string surveyId ) : Task |
See INfieldSurveysService.SamplingPointsCountAsync
|
|
SamplingPointsQueryAsync ( string surveyId ) : Task |
See INfieldSurveysService.SamplingPointsQueryAsync
|
|
UpdateAsync ( Nfield.Models.Survey survey ) : Task |
See INfieldSurveysService.UpdateAsync
|
|
UploadInterviewerFileInstructionsAsync ( byte fileContent, string fileName, string surveyId ) : System.Threading.Tasks.Task |
INfieldSurveysService.UploadInterviewerFileInstructionsAsync(string, string)
|
|
UploadInterviewerFileInstructionsAsync ( string filePath, string surveyId ) : System.Threading.Tasks.Task |
INfieldSurveysService.UploadInterviewerFileInstructionsAsync(string,string)
|
Method | Description | |
---|---|---|
GetInterviewerInstructionUri ( string surveyId, string fileName ) : string |
Returns the URI to upload the interviewer instructions based on the provided surveyId and fileName
|
|
GetSamplingPointImageUri ( string surveyId, string samplingPointId, string fileName ) : string |
Returns the URI to upload the image associated with a sampling point surveyId samplingPointId fileName
|
|
SamplingPointImageAddAsync ( string surveyId, string samplingPointId, string filename, System.Net.Http.ByteArrayContent byteArrayContent ) : Task |
public AddAsync ( Nfield.Models.Survey survey ) : Task |
||
survey | Nfield.Models.Survey | |
return | Task |
public CountsQueryAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public CreateOrUpdateOnlineQuotaAsync ( string surveyId, QuotaFrame quotaFrame ) : Task |
||
surveyId | string | |
quotaFrame | QuotaFrame | |
return | Task |
public CreateOrUpdateQuotaAsync ( string surveyId, |
||
surveyId | string | |
quota | ||
return | Task |
public DeleteInterviewerFileInstructionsAsync ( string surveyId ) : System.Threading.Tasks.Task | ||
surveyId | string | |
return | System.Threading.Tasks.Task |
public DownloadInterviewerFileInstructionsAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
connection | INfieldConnectionClient | |
return | void |
public OnlineQuotaQueryAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public QuotaQueryAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public RemoveAsync ( Nfield.Models.Survey survey ) : System.Threading.Tasks.Task | ||
survey | Nfield.Models.Survey | |
return | System.Threading.Tasks.Task |
public SamplingPointAddAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : Task |
||
surveyId | string | |
samplingPoint | Nfield.Models.SamplingPoint | |
return | Task |
public SamplingPointDeleteAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : System.Threading.Tasks.Task | ||
surveyId | string | |
samplingPoint | Nfield.Models.SamplingPoint | |
return | System.Threading.Tasks.Task |
public SamplingPointImageAddAsync ( string surveyId, string samplingPointId, string filePath ) : Task |
||
surveyId | string | |
samplingPointId | string | |
filePath | string | |
return | Task |
public SamplingPointImageAddAsync ( string surveyId, string samplingPointId, string filename, byte content ) : Task |
||
surveyId | string | |
samplingPointId | string | |
filename | string | |
content | byte | |
return | Task |
public SamplingPointImageDeleteAsync ( string surveyId, string samplingPointId ) : System.Threading.Tasks.Task | ||
surveyId | string | |
samplingPointId | string | |
return | System.Threading.Tasks.Task |
public SamplingPointImageGetAsync ( string surveyId, string samplingPointId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
return | Task |
public SamplingPointQueryAsync ( string surveyId, string samplingPointId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
return | Task |
public SamplingPointQuotaTargetQueryAsync ( string surveyId, string samplingPointId, string levelId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
levelId | string | |
return | Task |
public SamplingPointQuotaTargetUpdateAsync ( string surveyId, string samplingPointId, |
||
surveyId | string | |
samplingPointId | string | |
samplingPointQuotaTarget | ||
return | Task |
public SamplingPointQuotaTargetsQueryAsync ( string surveyId, string samplingPointId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
return | Task |
public SamplingPointUpdateAsync ( string surveyId, Nfield.Models.SamplingPoint samplingPoint ) : Task |
||
surveyId | string | |
samplingPoint | Nfield.Models.SamplingPoint | |
return | Task |
public SamplingPointsCountAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public SamplingPointsQueryAsync ( string surveyId ) : Task |
||
surveyId | string | |
return | Task |
public UpdateAsync ( Nfield.Models.Survey survey ) : Task |
||
survey | Nfield.Models.Survey | |
return | Task |
public UploadInterviewerFileInstructionsAsync ( byte fileContent, string fileName, string surveyId ) : System.Threading.Tasks.Task | ||
fileContent | byte | |
fileName | string | |
surveyId | string | |
return | System.Threading.Tasks.Task |
public UploadInterviewerFileInstructionsAsync ( string filePath, string surveyId ) : System.Threading.Tasks.Task | ||
filePath | string | |
surveyId | string | |
return | System.Threading.Tasks.Task |