Converter: IValueConverter;
The Converter property determines the object that is used to transform fact values
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.
The property use is given in the example for ICubeLoaderFromSource.IsMetabaseProvider.
See also: