Table of Contents

Enum ValidationType

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The validation type.

[JsonConverter(typeof(StringEnumConverter))]
public enum ValidationType

Fields

Currency = 2

Currency.

Email = 1

Email.

NumberOnly = 0

Number only.

Regex = 3

Regex.