Table of Contents

Class AttemptMatchModel

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class AttemptMatchModel
Inheritance
AttemptMatchModel
Inherited Members
Extension Methods

Constructors

AttemptMatchModel()

public AttemptMatchModel()

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