Table of Contents

Class SubmissionListItemDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

Dashboard-friendly submission list row.

public sealed class SubmissionListItemDto
Inheritance
SubmissionListItemDto
Inherited Members

Properties

DataJson

public string? DataJson { get; set; }

Property Value

string

FormId

public int FormId { get; set; }

Property Value

int

FormTitle

public string? FormTitle { get; set; }

Property Value

string

IpAddress

public string? IpAddress { get; set; }

Property Value

string

IsSpam

public bool IsSpam { get; set; }

Property Value

bool

ReadOnUtc

public DateTime? ReadOnUtc { get; set; }

Property Value

DateTime?

SpamScore

public decimal? SpamScore { get; set; }

Property Value

decimal?

Status

public string? Status { get; set; }

Property Value

string

SubmissionId

public int SubmissionId { get; set; }

Property Value

int

SubmittedOnUtc

public DateTime SubmittedOnUtc { get; set; }

Property Value

DateTime

SummaryText

public string? SummaryText { get; set; }

Property Value

string

UserId

public int? UserId { get; set; }

Property Value

int?