Table of Contents

Class VSurveyRespondent

Namespace
InSite.Application.Surveys2.Read
Assembly
Shift.Sdk.dll
public class VSurveyRespondent
Inheritance
VSurveyRespondent
Inherited Members
Extension Methods

Constructors

VSurveyRespondent()

public VSurveyRespondent()

Properties

Email

public string Email { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

RespondentUserIdentifier

public Guid RespondentUserIdentifier { get; set; }

Property Value

Guid

ResponseIsLocked

public bool? ResponseIsLocked { get; set; }

Property Value

bool?

ResponseSessionCompleted

public DateTimeOffset? ResponseSessionCompleted { get; set; }

Property Value

DateTimeOffset?

ResponseSessionIdentifier

public Guid? ResponseSessionIdentifier { get; set; }

Property Value

Guid?

ResponseSessionStarted

public DateTimeOffset? ResponseSessionStarted { get; set; }

Property Value

DateTimeOffset?

ResponseSessionStatus

public string ResponseSessionStatus { get; set; }

Property Value

string

SurveyFormIdentifier

public Guid SurveyFormIdentifier { get; set; }

Property Value

Guid

SurveyFormName

public string SurveyFormName { get; set; }

Property Value

string