Table of Contents

Class AddQuestionTrigger

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

Constructors

AddQuestionTrigger(Guid, Guid, int, decimal, decimal)

public AddQuestionTrigger(Guid bank, Guid question, int assetNumber, decimal scoreFrom, decimal scoreThru)

Parameters

bank Guid
question Guid
assetNumber int
scoreFrom decimal
scoreThru decimal

Properties

Asset

public int Asset { get; set; }

Property Value

int

Question

public Guid Question { get; set; }

Property Value

Guid

ScoreFrom

public decimal ScoreFrom { get; set; }

Property Value

decimal

ScoreThru

public decimal ScoreThru { get; set; }

Property Value

decimal