AFNotificationContents Methods
- Last UpdatedSep 18, 2024
- PI System
- AF SDK 2024
- Developer
The AFNotificationContents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds an object to the end of the collection.
(Inherited from AFCollection<T>.) |
![]() | Add(String) |
Creates a new AFAttribute and a new AFNotificationContent using
the specified name.
|
![]() | Add(AFAttribute) | |
![]() | Add(AFAttributeTemplate) | |
![]() | Clear |
Removes all items from the collection.
(Inherited from AFCollection<T>.) |
![]() | Contains(Guid) |
This method determines whether the collection contains a specific item referenced by id.
(Inherited from AFCollection<T>.) |
![]() | Contains(T) |
This method determines whether the collection contains a specific item.
(Inherited from AFCollection<T>.) |
![]() | Contains(String) |
This method determines whether the collection contains a specific item referenced by name.
(Inherited from AFNamedCollection<T>.) |
![]() | CopyTo |
Copies the entire collection to a compatible one-dimensional Array,
starting at the specified index of the target array.
(Inherited from AFCollection<T>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetContentsForContact() |
Gets the list of AFNotificationContent objects for the current user.
|
![]() | GetContentsForContact(AFContact) |
Gets the list of AFNotificationContent objects for the specified AFContact.
|
![]() | GetContentsForContact(AFNotificationContact) |
Gets the list of AFNotificationContent objects for the specified AFNotificationContact.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from AFCollection<T>.) |
![]() | GetHashCode |
Gets the hash code for this instance of the object which is suitable for use in hashing
algorithms and data structures like a hash table.
(Inherited from AFCollection.) |
![]() | 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 collection.
(Inherited from AFCollection<T>.) |
![]() | IsTraced |
Indicates if a specified level is being traced.
|
![]() | Remove(Guid) |
Removes the item with the specified id from the collection.
(Inherited from AFCollection<T>.) |
![]() | Remove(T) |
Removes the first occurrence of a specific object from the collection.
(Inherited from AFCollection<T>.) |
![]() | Remove(String) |
The Remove method removes the item from the collection by name.
(Inherited from AFNamedCollection<T>.) |
![]() | RemoveAt |
Removes the item at the specified index of the collection.
(Inherited from AFCollection<T>.) |
![]() | Sort() |
Sorts the items in the entire collection using the default comparer.
(Inherited from AFCollection<T>.) |
![]() | Sort(IComparer<T>) |
Sorts the items in the entire collection using the specified comparer.
(Inherited from AFCollection<T>.) |
![]() | Sort(Int32, Int32, IComparer<T>) |
Sorts the items in a range of items in the collection using the specified comparer.
(Inherited from AFCollection<T>.) |
![]() | ToString |
Returns a String that represents the current object.
(Inherited from AFCollection.) |
![]() | 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.
|