IMessage | |
public interface IMessageEntryEntityService : IMessageEntryQueryService, IBusinessService
The IMessageEntryEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new MessageEntry | |
| Delete | Deletes the specified MessageEntry. | |
| Get |
Gets a list of MessageEntries matching the specified filter.
(Inherited from IMessageEntryQueryService) | |
| GetAll |
Gets all MessageEntries
(Inherited from IMessageEntryQueryService) | |
| GetSingle |
Gets a single MessageEntry matching the provided filter.
(Inherited from IMessageEntryQueryService) | |
| Update | Updates the specified MessageEntry |