Table of Contents

Class AttemptOption

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AttemptOption
Inheritance
AttemptOption
Derived
Inherited Members
Extension Methods

Constructors

AttemptOption()

public AttemptOption()

Properties

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

IsTrue

public bool? IsTrue { get; set; }

Property Value

bool?

Key

public int Key { get; set; }

Property Value

int

Points

public decimal Points { get; set; }

Property Value

decimal

Text

public string Text { get; set; }

Property Value

string