Class TrueOrFalseQuestionAnswered
public class TrueOrFalseQuestionAnswered : Change, IChange
- Inheritance
-
TrueOrFalseQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
TrueOrFalseQuestionAnswered(Guid, int)
public TrueOrFalseQuestionAnswered(Guid question, int option)
Parameters
Properties
Option
public int Option { get; set; }
Property Value
Question
public Guid Question { get; set; }