Click or drag to resize
Infosoft Logo

IValidationService Interface

Service for getting and manipulating validations configurations

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IValidationService : IBusinessService

The IValidationService type exposes the following members.

Methods
 NameDescription
Public methodGetObjectValidationValues Gets all possible object values for a given object validation type and an optional title code.
Public methodGetValidationByCode Gets the validation with the given ID.
Public methodGetValidationById Gets the validation with the given ID.
Public methodGetValidations Gets a list with all validations.
Public methodValidateByCode Validates a given value, using a validation code to identify the validation rules.
Public methodValidateById Validates a given value, using a validation ID to identify the validation rules.
Top
See Also