Class ChangeQuestionLikertRow
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeQuestionLikertRow : Command, ICommand
- Inheritance
-
ChangeQuestionLikertRow
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeQuestionLikertRow(Guid, Guid, LikertRow)
public ChangeQuestionLikertRow(Guid bank, Guid question, LikertRow row)
Parameters
ChangeQuestionLikertRow(Guid, Guid, Guid, Guid, Guid[], ContentTitle)
public ChangeQuestionLikertRow(Guid bank, Guid question, Guid row, Guid standard, Guid[] subStandards, ContentTitle content)
Parameters
Properties
Content
public ContentTitle Content { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Row
public Guid Row { get; set; }
Property Value
Standard
public Guid Standard { get; set; }
Property Value
SubStandards
public Guid[] SubStandards { get; set; }
Property Value
- Guid[]