Search Results for

    Show / Hide Table of Contents

    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
    object
    ReportBatchJsonValidationResponse
    ReportBatchJsonApplyResponse
    ReportBatchJsonDocumentApplyResponse
    Inherited Members
    ReportBatchJsonValidationResponse.Version
    ReportBatchJsonValidationResponse.Issues
    ReportBatchJsonValidationResponse.IsValid
    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 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
    In this article
    Back to top Generated by DocFX