Search Results for

    Show / Hide Table of Contents

    Class ReportBatchJsonValidationResponse

    Result of validating a batch request, exposing any issues found and an IsValid flag that is true when no issues were reported.

    Inheritance
    object
    ReportBatchJsonValidationResponse
    ReportBatchJsonApplyResponse
    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 ReportBatchJsonValidationResponse

    Constructors

    ReportBatchJsonValidationResponse()

    Declaration
    public ReportBatchJsonValidationResponse()

    Properties

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    Issues

    Declaration
    public List<ReportBatchJsonIssue> Issues { get; set; }
    Property Value
    Type Description
    List<ReportBatchJsonIssue>

    Version

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