Class DashboardFormSummaryDto
One form row for dashboard overview UIs.
public sealed class DashboardFormSummaryDto
- Inheritance
-
DashboardFormSummaryDto
- Inherited Members
Properties
CreatedOnUtc
public DateTime? CreatedOnUtc { get; set; }
Property Value
FormId
public int FormId { get; set; }
Property Value
RecentSubmissionCount
public int RecentSubmissionCount { get; set; }
Property Value
Status
public string? Status { get; set; }
Property Value
SubmissionCount
public int SubmissionCount { get; set; }
Property Value
Title
public string? Title { get; set; }