Table of Contents

Class ChangeQuestionLikertOptions

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

Constructors

ChangeQuestionLikertOptions(Guid, Guid, LikertOption[])

public ChangeQuestionLikertOptions(Guid bank, Guid question, LikertOption[] options)

Parameters

bank Guid
question Guid
options LikertOption[]

Properties

Options

public LikertOption[] Options { get; set; }

Property Value

LikertOption[]

Question

public Guid Question { get; set; }

Property Value

Guid