IEaxDataAreaSlices

Assembly: Express;

Description

The IEaxDataAreaSlices interface is used to work with the collection of analytical data area slices.

Inheritance Hierarchy

          IEaxDataAreaSlices

Comments

To get collection of analytical data area slices, use IEaxDataArea.Slices.

Properties

  Property name Brief description
Count The Count property returns number of analytical data area slices.
DataArea The DataArea property returns parent object of analytical data area slices collection.
Item The Item property returns analytical data area slice by its index.

Methods

  Method name Brief description
Add The Add method creates analytical data area slice.
Clear The Clear method clears collection analytical data area slices.
FindById The FindById method searches for analytical data area slice by its identifier.
FindByKey The FindByKey method searches analytical data area slice by its key.
Remove The Remove method removes analytical data area slice by its index.
RemoveByKey The RemoveByKey method removes analytical data area slice by its key.

See also:

Express Assembly Interfaces