Table of Contents

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

bank Guid
question Guid
row LikertRow

ChangeQuestionLikertRow(Guid, Guid, Guid, Guid, Guid[], ContentTitle)

public ChangeQuestionLikertRow(Guid bank, Guid question, Guid row, Guid standard, Guid[] subStandards, ContentTitle content)

Parameters

bank Guid
question Guid
row Guid
standard Guid
subStandards Guid[]
content ContentTitle

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Question

public Guid Question { get; set; }

Property Value

Guid

Row

public Guid Row { get; set; }

Property Value

Guid

Standard

public Guid Standard { get; set; }

Property Value

Guid

SubStandards

public Guid[] SubStandards { get; set; }

Property Value

Guid[]