Class QuestionOrderingOptionChanged
public class QuestionOrderingOptionChanged : Change, IChange
- Inheritance
-
QuestionOrderingOptionChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionOrderingOptionChanged(Guid, Guid, ContentTitle)
public QuestionOrderingOptionChanged(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; }