Class QuestionConditionChanged
public class QuestionConditionChanged : Change, IChange
- Inheritance
-
QuestionConditionChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionConditionChanged(Guid, string)
public QuestionConditionChanged(Guid question, string condition)
Parameters
Properties
Condition
public string Condition { get; set; }
Property Value
Question
public Guid Question { get; set; }