Table of Contents

Class ModifyAttemptMatch

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

Constructors

ModifyAttemptMatch()

public ModifyAttemptMatch()

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