MessageRepo Class
- Namespace:
- Weavy.Core.Repos
- Assembly:
- Weavy.Core.dll
Repo for messages.
public static class MessageRepo
- Inheritance:
- System.Object → MessageRepo
Methods
Get(IEnumerable |
Gets a list of Message objects from the repository. |
Insert(Message) | Inserts a Message object into the repository. |
Search(Message |
Performs a search according to the specified MessageQuery object. |
Update(Message) | Updates an existing Message in the datasource. |