[This is preliminary documentation and is subject to change.]
Describes the type of Validation to be performed against a particular data field.
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70
Syntax
| C# |
|---|
public enum DataFieldValidatorType |
Members
| Member name | Description | |
|---|---|---|
| MinValue | ||
| MaxValue | ||
| PositiveValue | ||
| NegativeValue | ||
| IntegerValue | ||
| Mandatory | ||
| StringMaxLength | ||
| StringMinLength |