Class Validation
The validation model.
Inheritance
System.Object
Validation
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class Validation : object
Properties
| Improve this Doc View SourceRegex
Gets or sets the regex value.
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type.
Declaration
public ValidationType Type { get; set; }
Property Value
Type | Description |
---|---|
ValidationType |