Class AnswerHandle
public class AnswerHandle
- Inheritance
-
AnswerHandle
- Inherited Members
- Extension Methods
Constructors
AnswerHandle()
public AnswerHandle()
Properties
Answer
public int? Answer { get; set; }
Property Value
- int?
Options
public int[] Options { get; set; }
Property Value
- int[]
Question
public Guid Question { get; set; }