IValidationCustomMapping.FindByValidationDimKey

Syntax

FindByValidationDimKey(ValidationDimKey: Integer): IValidationCustomDimensionsBinding;

Parameters

ValidationDimKey. Dimension key from mapped data source used for validation.

Description

The FindByValidationDimKey method searches for binding by dimension key from mapped data source used for validation.

Comments

If binding for the specified dimension is not found, the method returns Null.

Example

The property use is given in the example for IValidationCustomMappings.FillByAttributes.

See also:

IValidationCustomMapping