Class InterviewData
Interview post data
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class InterviewData : Object
Constructors
InterviewData()
Declaration
public InterviewData()
Properties
Answers
Answers on the current screen.
Declaration
public IEnumerable<Answer> Answers { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Answer> |
HistoryOrder
The order of the screen in the history
Declaration
public int HistoryOrder { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
InterviewId
InterviewId
Declaration
public string InterviewId { get; set; }
Property Value
Type | Description |
---|---|
String |
RequestId
ID of the request
Declaration
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
String |
ScreenId
The id of the screen
Declaration
public string ScreenId { get; set; }
Property Value
Type | Description |
---|---|
String |