Class QuestionLikertOptionsChanged
public class QuestionLikertOptionsChanged : Change, IChange
- Inheritance
-
QuestionLikertOptionsChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionLikertOptionsChanged(Guid, IEnumerable<LikertOption>)
public QuestionLikertOptionsChanged(Guid questionIdentifier, IEnumerable<LikertOption> options)
Parameters
questionIdentifierGuidoptionsIEnumerable<LikertOption>
Properties
Options
public LikertOption[] Options { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }