MessageModelWithRecipient Class
- Namespace:
- Weavy.Web.Models
- Assembly:
- Weavy.Web.dll
Conversation input model with message.
public class MessageModelWithRecipient : MessageModel, IValidatableObject
- Inheritance:
- System.Object → MessageModel → MessageModelWithRecipient
Constructors
Message |
Properties
To | Gets or sets the recipient of the message. |
Methods
Validate(Validation |
Performs custom validation. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
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. |