ActionFactoryCreateActionData Method

Creates the action data from an action base.

Namespace:  Dundas.BI.WebApi.Utilities
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static ActionData CreateActionData(
	ActionBase actionBase
)

Parameters

actionBase
Type: Dundas.BI.Entities.ViewsActionBase
The action base.

Return Value

Type: ActionData
The action data.
See Also