Name | Description | |
---|---|---|
![]() | ValidationUtils Constructor |
The following tables list the members exposed by ValidationUtils.
Name | Description | |
---|---|---|
![]() | ValidationUtils Constructor |
Name | Description | |
---|---|---|
![]() ![]() | Validate | Overloaded. Validates a length value against the RDL defined min/max length defaults ("0in","160in"). |
![]() ![]() | ValidateBoolean | Validates an expression value to make sure any literal booleans can be evaluate to either true or false . |
![]() ![]() | ValidateDouble | Overloaded. Validates a double value to make sure it is valid and is within the specified min/max range limit. |
![]() ![]() | ValidateEnum | Overloaded. Validates an enum value against the specified type. |
![]() ![]() | ValidateInteger | Overloaded. Validates an integer value to make sure it is valid and is within the specified min/max range limit. |
![]() ![]() | ValidateLength | Overloaded. Validates a length value to make sure it is valid and is within the specified min/max range limit. |