Class QuestionOrderingOptionAdded
public class QuestionOrderingOptionAdded : Change, IChange
- Inheritance
-
QuestionOrderingOptionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionOrderingOptionAdded(Guid, Guid, ContentTitle)
public QuestionOrderingOptionAdded(Guid question, Guid option, ContentTitle content)
Parameters
questionGuidoptionGuidcontentContentTitle
Properties
Content
public ContentTitle Content { get; set; }
Property Value
Option
public Guid Option { get; set; }
Property Value
Question
public Guid Question { get; set; }