Class DashboardOverviewDto
Dashboard-level totals and per-form summaries.
public sealed class DashboardOverviewDto
- Inheritance
-
DashboardOverviewDto
- Inherited Members
Properties
Days
public int Days { get; set; }
Property Value
Forms
public IReadOnlyList<DashboardFormSummaryDto> Forms { get; set; }
Property Value
GeneratedAtUtc
public DateTime GeneratedAtUtc { get; set; }
Property Value
PortalId
public int PortalId { get; set; }
Property Value
RecentSubmissions
public int RecentSubmissions { get; set; }
Property Value
TotalForms
public int TotalForms { get; set; }
Property Value
TotalSubmissions
public int TotalSubmissions { get; set; }