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
Properties
Asset
public int Asset { get; set; }
Property Value
Index
public int Index { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
ScoreFrom
public decimal ScoreFrom { get; set; }
Property Value
ScoreThru
public decimal ScoreThru { get; set; }