Click or drag to resize
Infosoft Logo

ValidateByIdRequest Class

Provides data for the request to the ValidateById operation on IValidationService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.ConfigurationsValidateByIdRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ValidateByIdRequest

The ValidateByIdRequest type exposes the following members.

Properties
 NameDescription
Public propertyTitleCode Gets or sets an optional title code that provides context for the validation.
Public propertyValidationId Gets or sets the ID of the validation whose rules to use.
Public propertyValue Gets or sets the value to validate.
Top
See Also