Class OptionAdded
public class OptionAdded : Change, IChange
- Inheritance
-
OptionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
OptionAdded(Guid, ContentTitle, decimal, bool?, decimal?, Guid?)
public OptionAdded(Guid question, ContentTitle content, decimal points, bool? isTrue, decimal? cutScore, Guid? standard)
Parameters
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?
Points
public decimal Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Standard
public Guid? Standard { get; set; }
Property Value
- Guid?