[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:QPulseWebServices.Contracts.Data.DataFieldValidatorType"]
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.6203.10
Syntax
| C# |
|---|
public enum DataFieldValidatorType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| MinValue | 0 | ||
| MaxValue | 1 | ||
| PositiveValue | 2 | ||
| NegativeValue | 3 | ||
| IntegerValue | 4 | ||
| Mandatory | 5 | ||
| StringMaxLength | 6 | ||
| StringMinLength | 7 |