MessageQuery Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Defines a query used to find matching Message objects.
public class MessageQuery : Query<Message>, ICloneable
- Inheritance:
- System.Object → QueryOptions → Query → Weavy.Core.Models.Query{Weavy.Core.Models.Message} → MessageQuery
Constructors
Message |
Initializes a new instance of the MessageQuery class. |
Message |
Initializes a new instance of the MessageQuery class with the specified Query. |
Message |
Initializes a new instance of the MessageQuery class with the specified QueryOptions. |
Properties
Conversation |
Gets or sets the ids of conversations to search, null to search all conversations.
Default is null .
|
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. |