Class QuestionAdded
public class QuestionAdded : Change, IChange
- Inheritance
-
QuestionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionAdded(Guid, Guid, Guid, Guid?, QuestionItemType, QuestionCalculationMethod, string, int, decimal?, ContentExamQuestion)
public QuestionAdded(Guid set, Guid question, Guid standard, Guid? source, QuestionItemType type, QuestionCalculationMethod method, string condition, int asset, decimal? points, ContentExamQuestion content)
Parameters
setGuidquestionGuidstandardGuidsourceGuid?typeQuestionItemTypemethodQuestionCalculationMethodconditionstringassetintpointsdecimal?contentContentExamQuestion
Properties
Asset
public int Asset { get; set; }
Property Value
Condition
public string Condition { get; set; }
Property Value
Content
public ContentExamQuestion Content { get; set; }
Property Value
Method
public QuestionCalculationMethod Method { get; set; }
Property Value
Points
public decimal? Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Set
public Guid Set { get; set; }
Property Value
Source
public Guid? Source { get; set; }
Property Value
- Guid?
Standard
public Guid Standard { get; set; }
Property Value
Type
public QuestionItemType Type { get; set; }