IMsVariableTestDataList

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsVariableTestDataList interface is used to work with the collection of variables, to which the descriptive statistics is calculated.

Inheritance Hierarchy

          IMsVariableTestDataList

Comments

To get the collection of variables, for which the descriptive statistics is calculated, use the IMsVariableTestSettings.IncludedSources property.

Properties

  Property name Brief description
The Count property returns the number of variables in the collection.
The Item property returns the specified variable from the collection.

Methods

  Method name Brief description
The Add method adds the variable to the collection.
The Clear method clears the collection of variables.
The Remove method removes the specified variable from the collection.

See also:

Ms Assembly Interfaces