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