Table of Contents

Class AddQuestionOrderingSolution

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

Constructors

AddQuestionOrderingSolution(Guid, Guid, Guid, decimal, decimal?)

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