IMsDeterministicExpressionList

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDeterministicExpressionList interface is used to work with the collection of formulas with effective period.

Inheritance Hierarchy

IMsDeterministicExpressionList

Comments

The formulas collection can be obtained using the IMsDeterministicTransform.ExpressionList property.

Properties

  Property name Brief description
The Count property returns the number of formulas in the collection.
The Item property returns parameters of the specified formula.

Methods

  Method name Brief description
The Add method adds a new formula to the collection.
The Clear method deletes all formulas from the collection.
The IndexOf method returns collection index for the specified formula.
The IndexOfDate method returns index of the formula, which is effective on the specified date.
The InsertByDate method adds a formula with the specified expiration date to the collection.
The Remove method removes the formula with the specified index from the collection.
The SortByDate method sorts formulas in the collection by expiration date.

See also:

Ms Assembly Interfaces