Table of Contents

Class ChangeQuestionLikertColumn

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

Constructors

ChangeQuestionLikertColumn(Guid, Guid, LikertColumn)

public ChangeQuestionLikertColumn(Guid bank, Guid question, LikertColumn column)

Parameters

bank Guid
question Guid
column LikertColumn

ChangeQuestionLikertColumn(Guid, Guid, Guid, ContentTitle)

public ChangeQuestionLikertColumn(Guid bank, Guid question, Guid column, ContentTitle content)

Parameters

bank Guid
question Guid
column Guid
content ContentTitle

Properties

Column

public Guid Column { get; set; }

Property Value

Guid

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Question

public Guid Question { get; set; }

Property Value

Guid