Search Results for

    Show / Hide Table of Contents

    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
    object
    ReportBatchJsonRequest
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Design.Json
    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
    Type Description
    List<ReportBatchJsonOperation>

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX