INote | |
public interface INoteService : INoteQueryService, IBusinessService
The INoteService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |