Class QResponseSession
- Namespace
- InSite.Application.Surveys.Read
- Assembly
- Shift.Sdk.dll
public class QResponseSession : ISurveyResponse
- Inheritance
-
QResponseSession
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
QResponseSession()
public QResponseSession()
Properties
[NotMapped]
public string FirstCommentText { get; set; }
Property Value
- string
FirstSelectionText
[NotMapped]
public string FirstSelectionText { get; set; }
Property Value
- string
GroupIdentifier
public Guid? GroupIdentifier { get; set; }
Property Value
- Guid?
GroupName
[NotMapped]
public string GroupName { get; set; }
Property Value
- string
LastAnsweredQuestionIdentifier
public Guid? LastAnsweredQuestionIdentifier { get; set; }
Property Value
- Guid?
LastChangeTime
public DateTimeOffset LastChangeTime { get; set; }
Property Value
- DateTimeOffset
LastChangeType
public string LastChangeType { get; set; }
Property Value
- string
LastChangeUser
public Guid LastChangeUser { get; set; }
Property Value
- Guid
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
PeriodIdentifier
public Guid? PeriodIdentifier { get; set; }
Property Value
- Guid?
PeriodName
[NotMapped]
public string PeriodName { get; set; }
Property Value
- string
QResponseAnswers
public virtual ICollection<QResponseAnswer> QResponseAnswers { get; set; }
Property Value
- ICollection<QResponseAnswer>
QResponseOptions
public virtual ICollection<QResponseOption> QResponseOptions { get; set; }
Property Value
- ICollection<QResponseOption>
Respondent
public virtual VUser Respondent { get; set; }
Property Value
- VUser
RespondentEmail
[NotMapped]
public string RespondentEmail { get; set; }
Property Value
- string
RespondentLanguage
public string RespondentLanguage { get; set; }
Property Value
- string
RespondentName
[NotMapped]
public string RespondentName { get; set; }
Property Value
- string
RespondentNameFirst
[NotMapped]
public string RespondentNameFirst { get; set; }
Property Value
- string
RespondentNameLast
[NotMapped]
public string RespondentNameLast { 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?
ResponseSessionCreated
public DateTimeOffset? ResponseSessionCreated { 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
public virtual QSurveyForm SurveyForm { get; set; }
Property Value
- QSurveyForm
public Guid SurveyFormIdentifier { get; set; }
Property Value
- Guid
SurveyIsConfidential
[NotMapped]
public bool SurveyIsConfidential { get; set; }
Property Value
- bool
SurveyName
[NotMapped]
public string SurveyName { get; set; }
Property Value
- string
SurveyNumber
[NotMapped]
public int SurveyNumber { get; set; }
Property Value
- int