Table of Contents

Enum InputType

Namespace
MES.MQC.UtilityLibrary.Form.Field
Assembly
MES.MQC.UtilityLibrary.dll
[JsonConverter(typeof(StringEnumWithDefaultConverter), new object[] { InputType.Text })]
public enum InputType

Fields

Email = 1
Password = 2
Regex = 5
Tel = 3
Text = 0
Url = 4