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