ActionFactory Class

Helps convert between ActionData and ActionBase and vice-versa.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.UtilitiesActionFactory

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 class ActionFactory

The ActionFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateActionBase
Creates the derived action base from the action data.
Public methodStatic memberCreateActionBaseList
Creates the action base list.
Public methodStatic memberCreateActionData
Creates the action data from an action base.
Top
See Also