IValidationCustomMapping.ValidationStub

Fore Syntax

ValidationStub: IVariableStub;

Fore.NET Syntax

ValidationStub: Prognoz.Platform.Interop.Cubes.IVariableStub;

Description

The ValidationStub property returns mapped data source used for validation.

Comments

To get external data source which is used in comparison, use the IValidationCustomMapping.ExternalStub property.

Fore and Fore.NET Examples

The property use is given in the example for IValidationCustom.Mappings.

See also:

IValidationCustomMapping