Table of Contents

Class ChangeQuestionOrderingSolution

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

Constructors

ChangeQuestionOrderingSolution(Guid, Guid, Guid, decimal, decimal?)

public ChangeQuestionOrderingSolution(Guid bank, Guid question, Guid solution, decimal points, decimal? cutScore)

Parameters

bank Guid
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