Search Results for

    Show / Hide Table of Contents

    Class ReportBatchIssue

    A validation or application problem reported for a batch, carrying a diagnostic code, a message, and a reference to the offending operation by index or id.

    Inheritance
    object
    ReportBatchIssue
    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
    Assembly: Reportman.Reporting.Design.dll
    Syntax
    public class ReportBatchIssue

    Constructors

    View Source

    ReportBatchIssue()

    Declaration
    public ReportBatchIssue()

    Properties

    View Source

    Code

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

    Message

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

    OperationId

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

    OperationIndex

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