Click or drag to resize
Infosoft Logo

IValidationServiceGetValidations Method

Gets a list with all validations.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ValidationsResponse GetValidations(
	GetValidationsRequest request
)

Parameters

request  GetValidationsRequest
An empty request message.

Return Value

ValidationsResponse
A response object that contains a list of validations, including validation details.
See Also