Class ReportBatchJsonApplyResponse
Result of applying a batch request, extending the validation response with the undo group identifier and the number of operations that were applied.
Inheritance
ReportBatchJsonApplyResponse
Inherited Members
Namespace: Reportman.Reporting.Design.Json
Assembly: Reportman.Reporting.Design.Json.dll
Syntax
public class ReportBatchJsonApplyResponse : ReportBatchJsonValidationResponse
Constructors
ReportBatchJsonApplyResponse()
Declaration
public ReportBatchJsonApplyResponse()
Properties
AppliedOperations
Declaration
public int AppliedOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UndoGroupId
Declaration
public int UndoGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |