Class Answer
Represents an answer (in it's most basic form)
Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
Syntax
public class Answer : Object
Constructors
Answer()
Declaration
public Answer()
Properties
AnswerId
This is the identifier for the answer
Declaration
public string AnswerId { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
The value of the answer
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |