Represents an insight produced by an agent in an action mod.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| ActionModInsight |
Initializes a new instance of the ActionModInsight class.
|
Properties
| Name | Description | |
|---|---|---|
| Explanation |
Gets the insight explanation.
(Inherited from ActionInsightBase.) | |
| Id |
Gets the identifier of the insight.
(Inherited from InsightBase.) | |
| Image |
Gets the icon settings for this insight.
(Inherited from ActionInsightBase.) | |
| Title |
Gets the insight title.
(Inherited from ActionInsightBase.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 15.0
See Also