Table of Contents

Class DashboardFormSummaryDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

One form row for dashboard overview UIs.

public sealed class DashboardFormSummaryDto
Inheritance
DashboardFormSummaryDto
Inherited Members

Properties

CreatedOnUtc

public DateTime? CreatedOnUtc { get; set; }

Property Value

DateTime?

FormId

public int FormId { get; set; }

Property Value

int

RecentSubmissionCount

public int RecentSubmissionCount { get; set; }

Property Value

int

Status

public string? Status { get; set; }

Property Value

string

SubmissionCount

public int SubmissionCount { get; set; }

Property Value

int

Title

public string? Title { get; set; }

Property Value

string