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