Table of Contents

Class FormFieldSchema

Namespace
MES.MQC.UtilityLibrary.Form
Assembly
MES.MQC.UtilityLibrary.dll
public class FormFieldSchema
Inheritance
FormFieldSchema
Inherited Members

Properties

Config

public FieldAttribute Config { get; set; }

Property Value

FieldAttribute

Default

public object Default { get; set; }

Property Value

object

Name

public string Name { get; set; }

Property Value

string

Order

[JsonIgnore]
public int Order { get; set; }

Property Value

int

Required

public bool Required { get; set; }

Property Value

bool

Schema

public FormSchema Schema { get; set; }

Property Value

FormSchema

Schemas

public Dictionary<int, FormSchema> Schemas { get; set; }

Property Value

Dictionary<int, FormSchema>

Type

public string Type { get; set; }

Property Value

string