Class SubmissionListItemDto
Dashboard-friendly submission list row.
public sealed class SubmissionListItemDto
- Inheritance
-
SubmissionListItemDto
- Inherited Members
Properties
DataJson
public string? DataJson { get; set; }
Property Value
FormId
public int FormId { get; set; }
Property Value
FormTitle
public string? FormTitle { get; set; }
Property Value
IpAddress
public string? IpAddress { get; set; }
Property Value
IsSpam
public bool IsSpam { get; set; }
Property Value
ReadOnUtc
public DateTime? ReadOnUtc { get; set; }
Property Value
SpamScore
public decimal? SpamScore { get; set; }
Property Value
Status
public string? Status { get; set; }
Property Value
SubmissionId
public int SubmissionId { get; set; }
Property Value
SubmittedOnUtc
public DateTime SubmittedOnUtc { get; set; }
Property Value
SummaryText
public string? SummaryText { get; set; }
Property Value
UserId
public int? UserId { get; set; }
Property Value
- int?