Table of Contents

Class SubmissionFieldSnapshotDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

Stored field snapshot captured at submit time.

public sealed class SubmissionFieldSnapshotDto
Inheritance
SubmissionFieldSnapshotDto
Inherited Members

Properties

DisplayValue

public string? DisplayValue { get; set; }

Property Value

string

FieldKey

public string? FieldKey { get; set; }

Property Value

string

FieldLabel

public string? FieldLabel { get; set; }

Property Value

string

FieldType

public string? FieldType { get; set; }

Property Value

string

IsLegacyFallback

public bool IsLegacyFallback { get; set; }

Property Value

bool

RawValue

public string? RawValue { get; set; }

Property Value

string

SortOrder

public int SortOrder { get; set; }

Property Value

int