ActionBase Class

Represents a base dashboard action.
Inheritance Hierarchy

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

The ActionBase type exposes the following members.

Constructors
  NameDescription
Protected methodActionBase
Initializes a new instance of the ActionBase class.
Top
Properties
  NameDescription
Public propertyActionType
Gets the action type.
Public propertyFriendlyName
Gets or sets the friendly name.
Public propertyId
Gets or sets the ID.
Public propertyName
Gets or sets the name.
Top
See Also