ActionFactoryCreateActionBase Method

Creates the derived action base from the action data.

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 ActionBase CreateActionBase(
	ActionData actionData
)

Parameters

actionData
Type: Dundas.BI.WebApi.ModelsActionData
The action data.

Return Value

Type: ActionBase
The action base (derived).
See Also