ICubeLoaderFactBinding.Converter

Syntax

Converter: IValueConverter;

Description

The Converter property determines the object that is used to transform fact values

Comments

The object that executes transformation is created by the user as a custom class that inherits from the IValueConverter interface. The example of transformation implementation is given in description of the IValueConverter.Convert property.

Example

The property use is given in the example for ICubeLoaderFromSource.IsMetabaseProvider.

See also:

ICubeLoaderFactBinding