Table of Contents

Class CollectAttemptMatches

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectAttemptMatches : Query<IEnumerable<AttemptMatchModel>>, IQuery<IEnumerable<AttemptMatchModel>>, IAttemptMatchCriteria
Inheritance
CollectAttemptMatches
Implements
Inherited Members
Extension Methods

Constructors

CollectAttemptMatches()

public CollectAttemptMatches()

Properties

AnswerText

public string AnswerText { get; set; }

Property Value

string

MatchLeftText

public string MatchLeftText { get; set; }

Property Value

string

MatchPoints

public decimal? MatchPoints { get; set; }

Property Value

decimal?

MatchRightText

public string MatchRightText { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

QuestionSequence

public int? QuestionSequence { get; set; }

Property Value

int?