Table of Contents

Class FormSchemaInfo

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

A form's schema parsed into typed, read-only field metadata (decoupled from the internal storage models). Returned by ISchemaApi.Parse. Row/column layout is flattened so Fields is the same ordered, input-field list the server validates against.

public sealed class FormSchemaInfo
Inheritance
FormSchemaInfo
Inherited Members

Properties

Fields

The form's fields, flattened (Row containers expanded into their children) and ordered.

public IReadOnlyList<FormFieldInfo> Fields { get; set; }

Property Value

IReadOnlyList<FormFieldInfo>