AFNotificationContentResults Methods
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFNotificationContentResults type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| AddResults |
This method adds notification results to this collection based upon the AFCase.
| |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| Contains(Guid) |
Determines whether this collection contains an AFNotificationContentResult for a specified
attribute ID.
| |
| Contains(T) | Determines whether an element is in the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionAFNotificationContentResult.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FilterResults |
This method filters the results in this object based on the AFNotificationContact.
| |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionAFNotificationContentResult.) | |
| IsTraced |
Indicates if a specified level is being traced.
| |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionAFNotificationContentResult.) | |
| 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.
| |
| UpdateResults |
Updates the notification results in this list.
|