Class ChangeOption
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeOption : Command, ICommand
- Inheritance
-
ChangeOption
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeOption(Guid, Guid, int, ContentTitle, decimal, bool?, decimal?, Guid)
public ChangeOption(Guid bank, Guid question, int number, ContentTitle content, decimal points, bool? isTrue, decimal? cutScore, Guid standard)
Parameters
bankGuidquestionGuidnumberintcontentContentTitlepointsdecimalisTruebool?cutScoredecimal?standardGuid
Properties
Content
public ContentTitle Content { get; set; }
Property Value
CutScore
public decimal? CutScore { get; set; }
Property Value
IsTrue
public bool? IsTrue { get; set; }
Property Value
- bool?
Number
public int Number { get; set; }
Property Value
Points
public decimal Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Standard
public Guid Standard { get; set; }