Table of Contents

Class ChangeQuestionTrigger

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

Constructors

ChangeQuestionTrigger(Guid, Guid, int, int, decimal, decimal)

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

Parameters

bank Guid
question Guid
index int
assetNumber int
scoreFrom decimal
scoreThru decimal

Properties

Asset

public int Asset { get; set; }

Property Value

int

Index

public int Index { 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