Class QuestionOrderingLabelChanged
public class QuestionOrderingLabelChanged : Change, IChange
- Inheritance
-
QuestionOrderingLabelChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionOrderingLabelChanged(Guid, bool, ContentTitle, ContentTitle)
public QuestionOrderingLabelChanged(Guid question, bool show, ContentTitle topContent, ContentTitle bottomContent)
Parameters
questionGuidshowbooltopContentContentTitlebottomContentContentTitle
Properties
BottomContent
public ContentTitle BottomContent { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Show
public bool Show { get; set; }
Property Value
TopContent
public ContentTitle TopContent { get; set; }