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