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
Properties
Asset
public int Asset { 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; }