Table of Contents

Class CalculateScore

Namespace
InSite.Application.Attempts.Write
Assembly
Shift.Sdk.dll
public class CalculateScore : Command, ICommand
Inheritance
CalculateScore
Implements
Inherited Members
Extension Methods

Constructors

CalculateScore(Guid, decimal, decimal, string, bool)

public CalculateScore(Guid aggregate, decimal points, decimal score, string grade, bool isPassing)

Parameters

aggregate Guid
points decimal
score decimal
grade string
isPassing bool

Properties

Grade

public string Grade { get; set; }

Property Value

string

IsPassing

public bool IsPassing { get; set; }

Property Value

bool

Points

public decimal Points { get; set; }

Property Value

decimal

Score

public decimal Score { get; set; }

Property Value

decimal