Table of Contents

Class SurveySerialized

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class SurveySerialized
Inheritance
SurveySerialized
Inherited Members
Extension Methods

Constructors

SurveySerialized()

public SurveySerialized()

Properties

Content

public List<SurveyContentSerialized> Content { get; set; }

Property Value

List<SurveyContentSerialized>

DisplaySummaryChart

public bool DisplaySummaryChart { get; set; }

Property Value

bool

DurationMinutes

public int? DurationMinutes { get; set; }

Property Value

int?

EnableUserConfidentiality

public bool EnableUserConfidentiality { get; set; }

Property Value

bool

Hook

public string Hook { get; set; }

Property Value

string

Language

public string Language { get; set; }

Property Value

string

LanguageTranslations

public string[] LanguageTranslations { get; set; }

Property Value

string[]

Name

public string Name { get; set; }

Property Value

string

Questions

public List<QuestionSerialized> Questions { get; set; }

Property Value

List<QuestionSerialized>

RequireUserAuthentication

public bool RequireUserAuthentication { get; set; }

Property Value

bool

RequireUserIdentification

public bool RequireUserIdentification { get; set; }

Property Value

bool

ResponseLimitPerUser

public int? ResponseLimitPerUser { get; set; }

Property Value

int?

Status

public SurveyFormStatus Status { get; set; }

Property Value

SurveyFormStatus

UserFeedback

public UserFeedbackType UserFeedback { get; set; }

Property Value

UserFeedbackType