![]() | |
IValidation |
public interface IValidationService : IBusinessService
The IValidationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetObjectValidationValues | Gets all possible object values for a given object validation type and an optional title code. |
![]() | GetValidationByCode | Gets the validation with the given ID. |
![]() | GetValidationById | Gets the validation with the given ID. |
![]() | GetValidations | Gets a list with all validations. |
![]() | ValidateByCode | Validates a given value, using a validation code to identify the validation rules. |
![]() | ValidateById | Validates a given value, using a validation ID to identify the validation rules. |