Table of Contents

Class Validation

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

The validation model.

public class Validation
Inheritance
Validation
Inherited Members

Properties

Regex

Gets or sets the regex value.

public string Regex { get; set; }

Property Value

string

Type

Gets or sets the type.

public ValidationType Type { get; set; }

Property Value

ValidationType