Class Messages
- Assembly
- Skyline.DataMiner.Core.InterAppCalls.Common.dll
Represents a collection of messages.
public class Messages
- Inheritance
-
Messages
- Extension Methods
Constructors
- Messages()
Initializes a new instance of the Messages class.
- Messages(IInterAppCall)
Initializes a new instance of the Messages class using the specified parent inter-app call.
Properties
- Count
Gets the number of messages contained in this object.
- IsReadOnly
Gets a value indicating whether this object is read-only.
- ParentCall
Gets or sets the parent inter-app call.
Methods
- Add(Message)
Adds a new message.
- AddMessage(params Message[])
Adds the specified messages to the collection.
- Clear()
Clears the current collection.
- Contains(Message)
Checks if the collection contains the specified message.
- CopyTo(Message[], int)
Copies the full content of this collection to a different one.
- GetEnumerator()
Returns an enumerator that iterates through the collection.
- Remove(Message)
Removes a message from this collection.
- RemoveMessage(params string[])
Removes one or more messages from this collection by using the GUIDs.
- TryGetMessage(string, out Message)
Gets the message associated with the specified GUID.