Click or drag to resize
Infosoft Logo

IValidationServiceGetValidationById Method

Gets the validation with the given ID.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ValidationResponse GetValidationById(
	ValidationIdRequest request
)

Parameters

request  ValidationIdRequest
A request object that contains a validation ID.

Return Value

ValidationResponse
A response object that contains the matching validation object, or null if nothing matched.
See Also