Table of Contents

Class DashboardOverviewDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

Dashboard-level totals and per-form summaries.

public sealed class DashboardOverviewDto
Inheritance
DashboardOverviewDto
Inherited Members

Properties

Days

public int Days { get; set; }

Property Value

int

Forms

public IReadOnlyList<DashboardFormSummaryDto> Forms { get; set; }

Property Value

IReadOnlyList<DashboardFormSummaryDto>

GeneratedAtUtc

public DateTime GeneratedAtUtc { get; set; }

Property Value

DateTime

PortalId

public int PortalId { get; set; }

Property Value

int

RecentSubmissions

public int RecentSubmissions { get; set; }

Property Value

int

TotalForms

public int TotalForms { get; set; }

Property Value

int

TotalSubmissions

public int TotalSubmissions { get; set; }

Property Value

int