Express > Express Assembly Interfaces > IEaxDataAreaParam
Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxDataAreaParam interface is used to set up analytical data area parameter.
IEaxDataAreaParam
To get analytical data area parameters, use properties and methods of the IEaxDataAreaParams interface.
Property name | Brief description | |
![]() |
DataType | The DataType property determines data type of analytical data area parameter. |
![]() |
DefaultValue | The DefaultValue property determines value which is set for analytical data area parameter by default. |
![]() |
Hidden | The Hidden property determines whether parameter of analytical data area is hidden. |
![]() |
LinkedObject | The LinkedObject property determines repository nested objects. |
![]() |
ParamType | The ParamType property determines parameter type of analytical data area. |
![]() |
Slice | The Slice property returns the analytical data area slice, to which the parameter belongs. |
![]() |
Tag | The Tag property is not used by the compiler. The property can be determined and used as required. |
![]() |
Value | The Value property determines parameter value of analytical data area. |
Property name | Brief description | |
![]() |
Id | The Id property determines object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property determines object name. |
See also: