Click or drag to resize
Infosoft Logo

ValidateByCodeRequest Class

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

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

The ValidateByCodeRequest type exposes the following members.

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