CustomAnalysisWizard.RequestMetadata

Syntax

RequestMetadata(sender: Object, args: PP.Mb.Ui.PropertyChangedEventArgs);

Parameters

sender. Event source.

args. Event information. The parameter contains an object of the  type, in which the Metadata property contains the following fields: RubKey - key of master time series database, Target - name of the class implementing expression editor PP.Mb.Ui.PropertyChangedEventArgs, in which the Metadata property contains the following fields: RubKey - key of master time series database, Target - name of the class implementing expression editor.

Description

The RequestMetadata event occurs when there is no metadata in the source for the data validation wizard that validates data using custom time series analysis.

Example

The example of event use is given on the page with description of the CustomAnalysisWizard.getExpressionEditorDialog method.

See also:

CustomAnalysisWizard