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