Table of Contents

Class BackgroundActivityResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

DTO for returning the content of an activity

public class BackgroundActivityResponseModel : BackgroundActivityResponseBaseModel
Inheritance
BackgroundActivityResponseModel
Inherited Members

Properties

CatiDeleteInterviewersProperties

Properties returned when the activity type is CatiDeleteInterviewers.

[JsonProperty("CatiDeleteInterviewersProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CatiDeleteInterviewersBackgroundActivity CatiDeleteInterviewersProperties { get; set; }

Property Value

CatiDeleteInterviewersBackgroundActivity

DomainDeleteAssignmentsProperties

Properties returned when the activity type is DomainDeleteAssignments.

[JsonProperty("DomainDeleteAssignmentsProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DomainDeleteAssignmentsBackgroundActivity DomainDeleteAssignmentsProperties { get; set; }

Property Value

DomainDeleteAssignmentsBackgroundActivity

DomainProcessAssignmentsProperties

Properties returned when the activity type is DomainProcessAssignments.

[JsonProperty("DomainProcessAssignmentsProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DomainProcessAssignmentsBackgroundActivity DomainProcessAssignmentsProperties { get; set; }

Property Value

DomainProcessAssignmentsBackgroundActivity

DownloadDataUrl

URL to download data generated by the activity, only present for download-focused activities.

[JsonProperty("DownloadDataUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DownloadDataUrl { get; set; }

Property Value

string

SampleBlockProperties

Properties returned when the activity type is SampleBlock.

[JsonProperty("SampleBlockProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleBlockBackgroundActivity SampleBlockProperties { get; set; }

Property Value

SampleBlockBackgroundActivity

SampleClearProperties

Properties returned when the activity type is SampleClear.

[JsonProperty("SampleClearProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleClearBackgroundActivity SampleClearProperties { get; set; }

Property Value

SampleClearBackgroundActivity

SampleDeleteInterviewDataProperties

Properties returned when the activity type is SampleDeleteInterviewData.

[JsonProperty("SampleDeleteInterviewDataProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleDeleteInterviewDataBackgroundActivity SampleDeleteInterviewDataProperties { get; set; }

Property Value

SampleDeleteInterviewDataBackgroundActivity

SampleDeleteProperties

Properties returned when the activity type is SampleDelete.

[JsonProperty("SampleDeleteProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleDeleteBackgroundActivity SampleDeleteProperties { get; set; }

Property Value

SampleDeleteBackgroundActivity

SampleResetProperties

Properties returned when the activity type is SampleReset.

[JsonProperty("SampleResetProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SampleResetBackgroundActivity SampleResetProperties { get; set; }

Property Value

SampleResetBackgroundActivity

SurveyCreateManualTestSurveyProperties

Properties returned when the activity type is SurveyCreateManualTestSurvey.

[JsonProperty("SurveyCreateManualTestSurveyProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyCreateManualTestSurveyBackgroundActivity SurveyCreateManualTestSurveyProperties { get; set; }

Property Value

SurveyCreateManualTestSurveyBackgroundActivity

SurveyInterviewSimulationProperties

Properties returned when the activity type is SurveyInterviewSimulation.

[JsonProperty("SurveyInterviewSimulationProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyInterviewSimulationBackgroundActivity SurveyInterviewSimulationProperties { get; set; }

Property Value

SurveyInterviewSimulationBackgroundActivity

SurveyProcessAndSaveMediaFilesProperties

Properties returned when the activity type is SurveyProcessAndSaveMediaFiles.

[JsonProperty("SurveyProcessAndSaveMediaFilesProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyProcessAndSaveMediaFilesBackgroundActivity SurveyProcessAndSaveMediaFilesProperties { get; set; }

Property Value

SurveyProcessAndSaveMediaFilesBackgroundActivity

SurveyPublishProperties

Properties returned when the activity type is SurveyPublish.

[JsonProperty("SurveyPublishProperties", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public SurveyPublishBackgroundActivity SurveyPublishProperties { get; set; }

Property Value

SurveyPublishBackgroundActivity