Class InterviewResult
The result of an action on an interview
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class InterviewResult : Object
Constructors
InterviewResult()
Declaration
public InterviewResult()
Properties
ButtonName
The Name that was used to produce the result
Declaration
public string ButtonName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
DomainId
The Domain of the running survey
Declaration
public string DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ETag
Version of the Survey
Declaration
public long ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |
InterviewId
The interview id
Declaration
public string InterviewId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Language
The language
Declaration
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
RespondentKey
Respondent key
Declaration
public string RespondentKey { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Screen
The resulting Screen, or null.
Declaration
public Screen Screen { get; set; }
Property Value
| Type | Description |
|---|---|
| Screen |
StartId
ID that is used to start an interview
Declaration
public string StartId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Status
The current status.
Declaration
public InterviewStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| InterviewStatus |
SurveyId
ID of the Survey that is being run
Declaration
public string SurveyId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
TrackingParameters
Parameters to add to the logs for the current interview request.
Declaration
public IEnumerable<KeyValuePair<string, string>> TrackingParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<KeyValuePair<String, String>> |