IEaxDataAreaExternalTransformation

Assembly: Express;

Namespace: Prognoz.Platform.Interop.Express;

Description

The IEaxDataAreaExternalTransformation interface is used to execute a modeling problem in a regular report.

Inheritance Hierarchy

INamedEntity

IEaxDataAreaExternalTransformation

Comments

To get object of this type, use properties and methods of the IEaxDataAreaExternalTransformations interface.

The interface is also used to work with calculation algorithms in data entry forms.

Properties

  Property name Brief description
ControlInfo The ControlInfo property returns modeling problem parameters.
EnableArithmeticErrors The EnableArithmeticErrors property determines the result of modeling problem execution when dividing by 0.
Enabled The Enabled property determines whether a modeling problem can be executed.
ExtendLoadSelection The ExtendLoadSelection property determines selection extension to widen the range of loaded data.
ParamValues The ParamValues property returns properties and methods that are used to work with metamodel parameters before modeling problem calculation start.
Period The Period property returns parameters of sample periods and forecasting periods of a modeling problem.
Problem The Problem property determines a modeling problem on regular report update or on data change.
UseWholeProblemSelection The UseWholeProblemSelection property determines a modeling problem calculation area.
ValidationExceptions The ValidationExceptions property returns validation exceptions matrix by the specified modeling problem data source.
ValidationStyles The ValidationStyles property returns parameters of modeling problem validation styles.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines object identifier.
Key The Key property returns object key.
Name The Name property determines object name.

See also:

Express Assembly Interfaces