ScriptAction Class

Represents a script action.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsActionBase
    Dundas.BI.Entities.ViewsScriptAction

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ScriptAction : ActionBase

The ScriptAction type exposes the following members.

Constructors
 NameDescription
Public methodScriptAction Initializes a new instance of the ScriptAction class.
Top
Properties
 NameDescription
Public propertyActionType Gets the action type.
(Overrides ActionBaseActionType)
Public propertyFriendlyName Gets or sets the friendly name.
(Inherited from ActionBase)
Public propertyId Gets or sets the ID.
(Inherited from ActionBase)
Public propertyName Gets or sets the name.
(Inherited from ActionBase)
Public propertyScript Gets or sets the script.
Top
See Also