Express > Express Assembly Interfaces > IEaxDataAreaViews
Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaViews interface is used to work with collection of analytical data area views.
IEaxDataAreaViews
To get object of this type, use IEaxDataArea.Views.
Property name | Brief description | |
![]() |
Count | The Count property returns number of analytical data area views. |
![]() |
Item | The Item property returns object to work with analytical data area view. |
![]() |
Slice | The Slice property returns parent object of analytical data area view collection. |
Method name | Brief description | |
![]() |
Add | The Add method adds existing object to work with view of analytical data area to the collection. |
![]() |
AddByType | The AddByType method adds a new object to work with analytical data area view in the collection. |
![]() |
Clear | The Clear method clears collection of analytical data area views. |
![]() |
FindById | The FindById method searches the object to work with views of analytical data area by identifier. |
![]() |
FindByKey | The FindByKey method searches object to work with analytical data area view by key. |
![]() |
Remove | The Remove method removes object to work with analytical data area view by its index. |
![]() |
RemoveByObject | The RemoveByObject method removes object to work with analytical data area view. |
See also: