Class MatchingQuestionAnswered
public class MatchingQuestionAnswered : Change, IChange
- Inheritance
-
MatchingQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
MatchingQuestionAnswered(Guid, IDictionary<int, string>)
public MatchingQuestionAnswered(Guid question, IDictionary<int, string> matches)
Parameters
questionGuidmatchesIDictionary<int, string>
Properties
Matches
public IDictionary<int, string> Matches { get; set; }
Property Value
Question
public Guid Question { get; set; }