Class SearchAttemptMatches
public class SearchAttemptMatches : Query<IEnumerable<AttemptMatchMatch>>, IQuery<IEnumerable<AttemptMatchMatch>>, IAttemptMatchCriteria
- Inheritance
-
SearchAttemptMatches
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchAttemptMatches()
public SearchAttemptMatches()
Properties
AnswerText
public string AnswerText { get; set; }
Property Value
MatchLeftText
public string MatchLeftText { get; set; }
Property Value
MatchPoints
public decimal? MatchPoints { get; set; }
Property Value
MatchRightText
public string MatchRightText { get; set; }
Property Value
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
QuestionSequence
public int? QuestionSequence { get; set; }
Property Value
- int?