Table of Contents

Class FieldSchema

Namespace
MES.MQC.UtilityLibrary.Form.Models.Schema
Assembly
MES.MQC.UtilityLibrary.dll
public class FieldSchema
Inheritance
FieldSchema
Inherited Members

Properties

Augmentations

public List<AugmentationAttribute> Augmentations { get; set; }

Property Value

List<AugmentationAttribute>

Config

public FieldAttributeBase Config { get; set; }

Property Value

FieldAttributeBase

ConfigBeforeAugmentation

public FieldAttributeBase ConfigBeforeAugmentation { get; set; }

Property Value

FieldAttributeBase

IsGeneric

public bool IsGeneric { get; set; }

Property Value

bool

this[int]

public FormSchema this[int index] { get; }

Parameters

index int

Property Value

FormSchema

this[string]

public FieldSchema this[string fieldPath] { get; }

Parameters

fieldPath string

Property Value

FieldSchema

Name

public string Name { get; set; }

Property Value

string

RefreshOnModified

public bool RefreshOnModified { 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

Validations

public List<ValidationAttribute> Validations { get; set; }

Property Value

List<ValidationAttribute>