Table of Contents

Class QuestionLikertOptionsChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class QuestionLikertOptionsChanged : Change, IChange
Inheritance
QuestionLikertOptionsChanged
Implements
Inherited Members
Extension Methods

Constructors

QuestionLikertOptionsChanged(Guid, IEnumerable<LikertOption>)

public QuestionLikertOptionsChanged(Guid questionIdentifier, IEnumerable<LikertOption> options)

Parameters

questionIdentifier Guid
options IEnumerable<LikertOption>

Properties

Options

public LikertOption[] Options { get; set; }

Property Value

LikertOption[]

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid