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