Table of Contents

Class SurveyFormSettingsChanged

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

Constructors

SurveyFormSettingsChanged(UserFeedbackType, bool, bool, int?, int?, bool)

public SurveyFormSettingsChanged(UserFeedbackType userFeedback, bool requireUserIdentification, bool requireUserAuthentication, int? responseLimitPerUser, int? durationMinutes, bool enableUserConfidentiality)

Parameters

userFeedback UserFeedbackType
requireUserIdentification bool
requireUserAuthentication bool
responseLimitPerUser int?
durationMinutes int?
enableUserConfidentiality bool

Properties

DurationMinutes

public int? DurationMinutes { get; set; }

Property Value

int?

EnableUserConfidentiality

public bool EnableUserConfidentiality { get; }

Property Value

bool

RequireUserAuthentication

public bool RequireUserAuthentication { get; }

Property Value

bool

RequireUserIdentification

public bool RequireUserIdentification { get; }

Property Value

bool

ResponseLimitPerUser

public int? ResponseLimitPerUser { get; }

Property Value

int?

UserFeedback

public UserFeedbackType UserFeedback { get; }

Property Value

UserFeedbackType