Table of Contents

Class SurveyScaleChanged

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

Constructors

SurveyScaleChanged(Guid, SurveyScale)

public SurveyScaleChanged(Guid question, SurveyScale scale)

Parameters

question Guid
scale SurveyScale

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

Scale

public SurveyScale Scale { get; }

Property Value

SurveyScale