ITsParamProvider

Assembly: Transform;

Namespace: Prognoz.Platform.Interop.Transform;

Description

The ITsParamProvider interface is used to work with parameters of an object.

Inheritance hierarchy

          ITsParamProvider

Comments

Two collections are used to work with parameters: parameters' collection and parameters' values collection. Each element in the parameters collection has a corresponding element in the parameters' values collection. Adding or removing of element from the parameters collection automatically results in creating or removing of element from the parameters' values collection.

Properties

  Property name Brief description
The Params property returns a collection of parameters.
The ParamValues property returns a collection of parameters' values.

See also:

Transform Assembly Interfaces