Table of Contents

Class QuestionOrderingSolutionAdded

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

Constructors

QuestionOrderingSolutionAdded(Guid, Guid, decimal, decimal?)

public QuestionOrderingSolutionAdded(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