ActionModInsight Class

Spotfire 15.0 API Reference
Represents an insight produced by an agent in an action mod.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.InsightsInsightBase
    Spotfire.Dxp.Application.InsightsAgentInsight
      Spotfire.Dxp.Application.InsightsActionInsightBase
        Spotfire.Dxp.Application.InsightsActionModInsight

Namespace:  Spotfire.Dxp.Application.Insights
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public sealed class ActionModInsight : ActionInsightBase

The ActionModInsight type exposes the following members.

Constructors

  NameDescription
Public methodActionModInsight
Initializes a new instance of the ActionModInsight class.
Top
Properties

  NameDescription
Public propertyExplanation
Gets the insight explanation.
(Inherited from ActionInsightBase.)
Public propertyId
Gets the identifier of the insight.
(Inherited from InsightBase.)
Public propertyImage
Gets the icon settings for this insight.
(Inherited from ActionInsightBase.)
Public propertyTitle
Gets the insight title.
(Inherited from ActionInsightBase.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 15.0
See Also

Reference