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 Outdated. Use IMsExternalTransformation.ParamValues.
Period Outdated. Use IMsExternalTransformation.Period.
Problem The Problem property determines a modeling problem on regular report update or on data change.
SaveDataOption The SaveDataOption property determines whether data is saved to source when values are calculated by calculation algorithm in case of change.
ValidationExceptions The ValidationExceptions property returns validation exceptions matrix by the specified modeling problem data source.
ValidationStyles Outdated. Use IMsExternalTransformation.ValidationStyles.

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