Table of Contents

Class SampleClearBackgroundActivity

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

DTO for returning the content of an activity representing the clearing of a sample

public class SampleClearBackgroundActivity
Inheritance
SampleClearBackgroundActivity
Inherited Members

Properties

ClearTotal

The number of records that were cleared

[JsonProperty("ClearTotal", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public int? ClearTotal { get; set; }

Property Value

int?

ColumnsToClear

The columns to clear

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

Property Value

ICollection<string>

InterviewIds

The interview ids that are being cleared

[JsonProperty("InterviewIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<int> InterviewIds { get; set; }

Property Value

ICollection<int>

SurveyId

The id of the survey the sample belongs to

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

Property Value

string