ITsModelParams

Assembly: Transform;

Namespace: Prognoz.Platform.Interop.Transform;

Description

The ITsModelParams interface is used to work with a collection of parameters.

Inheritance hierarchy

          ITsModelParams

Comments

To work with a collection of parameter values, use the ITsModelParamValues interface.

Properties

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

Methods

  Method name Brief description
The Add method adds the parameter to the collection.
The Clear method clears the collection of parameters.
The FindById method searches for parameter in the collection by its identifier.
The FindByKey method searches for parameter in the collection by its key.
The Remove method removes the specified parameter from the collection.
The RemoveByKey method removes parameter with the specified key from the collection.

See also:

Transform Assembly Interfaces