[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.Data
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70

Syntax

C#
public enum DataFieldValidatorType

Members

Member nameDescription
MinValue
MaxValue
PositiveValue
NegativeValue
IntegerValue
Mandatory
StringMaxLength
StringMinLength

See Also