ProcessParameter Constructor |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax protected ProcessParameter(
EntityBase parentEntity,
ComponentSetting componentSetting
)
Protected Sub New (
parentEntity As EntityBase,
componentSetting As ComponentSetting
)
protected:
ProcessParameter(
EntityBase^ parentEntity,
ComponentSetting^ componentSetting
)
new :
parentEntity : EntityBase *
componentSetting : ComponentSetting -> ProcessParameter
Parameters
- parentEntity
- Type: Dundas.BI.EntitiesEntityBase
The parent entity. - componentSetting
- Type: Dundas.BI.Data.ParametersComponentSetting
The component setting that is used to generate the current instance.
Exceptions See Also