Class ComposedQuestionAnswered
public class ComposedQuestionAnswered : Change, IChange
- Inheritance
-
ComposedQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
ComposedQuestionAnswered(Guid, string)
public ComposedQuestionAnswered(Guid question, string answer)
Parameters
Properties
Answer
public string Answer { get; set; }
Property Value
Attempt
public int? Attempt { get; set; }
Property Value
- int?
Question
public Guid Question { get; set; }