Search Results for

    Show / Hide Table of Contents

    Class ReportBatchJsonIssue

    A validation problem reported for a batch request, identifying the offending operation (by index and id) along with a diagnostic code and human-readable message.

    Inheritance
    object
    ReportBatchJsonIssue
    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 ReportBatchJsonIssue

    Constructors

    ReportBatchJsonIssue()

    Declaration
    public ReportBatchJsonIssue()

    Properties

    Code

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    string

    OperationId

    Declaration
    public string OperationId { get; set; }
    Property Value
    Type Description
    string

    OperationIndex

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