AfterDeliverMessage Class
- Namespace:
- Weavy.Core.Events
- Assembly:
- Weavy.Core.dll
Runs just after a message was delivered to a user.
public class AfterDeliverMessage : IAsyncEvent, IEvent
- Inheritance:
- System.Object → AfterDeliverMessage
- Implements:
- IAsyncEvent, IEvent
Constructors
After |
Properties
Message | Gets the message that was delivered. |
User | Gets the user that the message was delivered to. |
Extension Methods
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |