Class QuestionLikertRowAdded
public class QuestionLikertRowAdded : Change, IChange
- Inheritance
-
QuestionLikertRowAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionLikertRowAdded(Guid, Guid, Guid?, Guid[], ContentTitle)
public QuestionLikertRowAdded(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[]