Table of Contents

Class SubmissionDetailDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

Full submission detail payload for custom dashboards.

public sealed class SubmissionDetailDto
Inheritance
SubmissionDetailDto
Inherited Members

Properties

FieldSnapshots

public IReadOnlyList<SubmissionFieldSnapshotDto> FieldSnapshots { get; set; }

Property Value

IReadOnlyList<SubmissionFieldSnapshotDto>

Files

public IReadOnlyList<FileDto> Files { get; set; }

Property Value

IReadOnlyList<FileDto>

Form

public FormDto? Form { get; set; }

Property Value

FormDto

HasSnapshot

public bool HasSnapshot { get; set; }

Property Value

bool

Schema

public FormSchemaInfo Schema { get; set; }

Property Value

FormSchemaInfo

Submission

public SubmissionDto? Submission { get; set; }

Property Value

SubmissionDto

Values

public IReadOnlyList<SubmissionValueDto> Values { get; set; }

Property Value

IReadOnlyList<SubmissionValueDto>

Workflow

public SubmissionWorkflowSummaryDto Workflow { get; set; }

Property Value

SubmissionWorkflowSummaryDto