IMetaAttributeParamItems

Assembly: ExtCtrls;

Namespace: Prognoz.Platform.Interop.ExtCtrls;.

Description

The IMetaAttributeParamItems interface contains properties and methods used to operate with the collection of attribute parameters.

Inheritance hierarchy

IMetaAttributeParamItems

Comments

Parameters added to the collection are available for installation as attribute value.

Properties

  Property name Brief description
The Count property returns the number of parameters in the collection.
The Item property returns information on the selected parameter.

Methods

  Method name Brief description
The Add method adds selected parameter to the collection.
The Clear method cleans parameter collection.
The FindById method finds by identifier and returns parameter data if being successfully found.
The FindByKey method finds by key and returns parameter data if being successfully found.
The Remove method removes selected parameter from the collection.
The RemoveAt method removes the parameter from the collection by its index.

See also:

ExtCtrls Assembly Interfaces