IEaxDataAreaParams

Assembly: Express;

Description

The IEaxDataAreaParams interface is used to work with the collection of analytical data area parameters.

Inheritance Hierarchy

          IEaxDataAreaSliceParams

          IEaxDataAreaParams

Comments

To get collection of parameters, use the IEaxDataAreaSlice.Params property.

Properties

  Property name Brief description
SliceParams The SliceParams property returns parameters of analytical data area slice.

Properties inherited from IEaxDataAreaSliceParams

  Property name Brief description
Count The Count property returns number of analytical data area parameters.
Item The Item property returns parameter of analytical data area by its index.

Methods

  Method name Brief description
AddNew The AddNew method adds a parameter linked to the current slice of analytical data area to the collection.
Clear The Clear method clears collection of analytical data area parameters.
Move The Move method moves parameter of analytical data area to specified position.
Remove The Remove method removes parameter of analytical data area from collection by its index.
Update The Update method updates collection of analytical data area parameters.

Methods inherited from IEaxDataAreaSliceParams

  Method name Brief description
FindById The FindById method searches for the parameter of analytical data area by its identifier.
FindByKey

The FindByKey method searches for the analytical data area parameter by its key.

IndexOf The IndexOf method returns index of specified parameter of analytical data area.

See also:

Express Assembly Interfaces