[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:QPulseWebServices.Contracts.Data.DataFieldValidatorType"]

Namespace: QPulseWebServices.Contracts.Data
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
public enum DataFieldValidatorType

Members

Member nameValueDescription
MinValue0
MaxValue1
PositiveValue2
NegativeValue3
IntegerValue4
Mandatory5
StringMaxLength6
StringMinLength7

See Also