AFNotificationContentResult Class
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
The result content of an AFNotification.
Inheritance Hierarchy
SystemObject
OSIsoft.AF.NotificationAFNotificationContentResult
OSIsoft.AF.NotificationAFNotificationContentResult
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public class AFNotificationContentResult : IAFTrace
Public Class AFNotificationContentResult Implements IAFTrace Dim instance As AFNotificationContentResult
public ref class AFNotificationContentResult : IAFTrace
type AFNotificationContentResult = class interface IAFTrace end
The AFNotificationContentResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AFNotificationContentResult |
Initializes a new instance of the AFNotificationContentResult class.
|
Properties
| Name | Description | |
|---|---|---|
| Content |
The notification content associated with the result.
| |
| DisplayName |
The user-friendly display name for the content result.
| |
| IsUpdated |
Indicates whether the Value for this result is updated.
| |
| Value |
The value of notification content result.
|
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.) | |
| IsTraced |
Indicates if a specified level is being traced.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TraceData |
Output a data trace event.
| |
| TraceDetail |
Output a detail trace event.
| |
| TraceError |
Output an error trace event.
| |
| TraceEvent(AFTraceSwitchLevel, String) |
Output a trace event with a message.
| |
| TraceEvent(AFTraceSwitchLevel, String, Int32) |
Output a trace event with a message and a duration.
| |
| TraceEvent(AFTraceSwitchLevel, String, Object) |
Output a trace event as a formatted message with a variable number of arguments.
| |
| TraceInformation |
Output an information trace event.
| |
| TraceSummary |
Output a summary trace event.
| |
| TraceWarning |
Output a warning trace event.
|
Remarks
The content result is used to hold temporary information for the results of a notification
analysis and is not persisted to the server.