MessageService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for messages.
public static class MessageService
- Inheritance:
- System.Object → MessageService
Methods
Delete(int, bool) | Deletes a Message from the repository. |
Get(IEnumerable |
Gets a list of Message objects from the repository. |
Get(int, bool, bool) | Gets the specified Message. |
Insert(Message, Conversation, IEnumerable |
Insert a new Message into a conversation. |
Search(Message |
Performs a search according to the specified MessageQuery object. |