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