Class QuestionLikertRowChanged
public class QuestionLikertRowChanged : Change, IChange
- Inheritance
-
QuestionLikertRowChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionLikertRowChanged(Guid, Guid, Guid?, Guid[], ContentTitle)
public QuestionLikertRowChanged(Guid questionIdentifier, Guid rowIdentifier, Guid? standard, Guid[] subStandards, ContentTitle content)
Parameters
questionIdentifierGuidrowIdentifierGuidstandardGuid?subStandardsGuid[]contentContentTitle
Properties
Content
public ContentTitle Content { get; set; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
RowIdentifier
public Guid RowIdentifier { get; set; }
Property Value
Standard
public Guid? Standard { get; set; }
Property Value
- Guid?
SubStandards
public Guid[] SubStandards { get; set; }
Property Value
- Guid[]