Table of Contents

Class AddQuestionLikertRow

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class AddQuestionLikertRow : Command, ICommand
Inheritance
AddQuestionLikertRow
Implements
Inherited Members
Extension Methods

Constructors

AddQuestionLikertRow(Guid, Guid, LikertRow)

public AddQuestionLikertRow(Guid bank, Guid question, LikertRow row)

Parameters

bank Guid
question Guid
row LikertRow

AddQuestionLikertRow(Guid, Guid, Guid, Guid, Guid[], ContentTitle)

public AddQuestionLikertRow(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[]