Class ReportBatchJsonRequest
JSON-serializable envelope for a batch of report edit operations, carrying a
schema version and the ordered list of operations to apply.
Inheritance
ReportBatchJsonRequest
Assembly: Reportman.Reporting.Design.Json.dll
Syntax
public class ReportBatchJsonRequest
Constructors
ReportBatchJsonRequest()
Declaration
public ReportBatchJsonRequest()
Properties
Operations
Declaration
public List<ReportBatchJsonOperation> Operations { get; set; }
Property Value
Version
Declaration
public int Version { get; set; }
Property Value