Interface IReportBatchEditor
Implemented by services that both validate and apply batches of operations to a report,
producing the resulting changes together with any undo information.
Assembly: Reportman.Reporting.Design.dll
Syntax
public interface IReportBatchEditor
Methods
View Source
Apply(Report, IReadOnlyList<ReportBatchOperation>)
Declaration
ReportBatchApplyResult Apply(Report report, IReadOnlyList<ReportBatchOperation> operations)
Parameters
Returns
View Source
Validate(Report, IReadOnlyList<ReportBatchOperation>)
Declaration
ReportBatchValidationResult Validate(Report report, IReadOnlyList<ReportBatchOperation> operations)
Parameters
Returns