Class CreateAttemptMatch
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateAttemptMatch
- Inheritance
-
CreateAttemptMatch
- Inherited Members
-
- Extension Methods
-
Constructors
CreateAttemptMatch()
public CreateAttemptMatch()
Properties
AnswerText
public string AnswerText { get; set; }
Property Value
- string
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
- Guid
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
MatchSequence
public int MatchSequence { get; set; }
Property Value
- int
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
- Guid
QuestionSequence
public int QuestionSequence { get; set; }
Property Value
- int