IAlgorithmPeriodControl

Assembly: Algo;

Description

The IAlgorithmPeriodControl interface is used to manage algorithm calculation period.

Inheritance Hierarchy

          IAlgorithmPeriodControl

Properties

  Property name Brief description
Attribute The Attribute property determines the attribute, which value will be used as calculation start date or end date.
OffsetLevel The OffsetLevel property determines calculation period calendar frequency.
OffsetValue The OffsetValue property determines the number of points in a time period, by which the calculation start date or end date is shifted forward or backward relative to the parameter value.
Parameter The Parameter property determines the calculation algorithm parameter that will manage calculation period.
Visible The Visible property determines whether calculation period is displayed on the parameters panel.

Methods

  Method name Brief description
ErrorText The ErrorText method returns the error message.
IsEnabled The IsEnabled method returns whether settings determined for calculation period can be used.
Reset The Reset method resets the settings determined for calculation period.

See also:

Algo Assembly Interfaces