Table of Contents

Class QuestionOrderingSolutionChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class QuestionOrderingSolutionChanged : Change, IChange
Inheritance
QuestionOrderingSolutionChanged
Implements
Inherited Members
Extension Methods

Constructors

QuestionOrderingSolutionChanged(Guid, Guid, decimal, decimal?)

public QuestionOrderingSolutionChanged(Guid question, Guid solution, decimal points, decimal? cutScore)

Parameters

question Guid
solution Guid
points decimal
cutScore decimal?

Properties

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

Points

public decimal Points { get; set; }

Property Value

decimal

Question

public Guid Question { get; set; }

Property Value

Guid

Solution

public Guid Solution { get; set; }

Property Value

Guid