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
ReportBatchIssue
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
View Source
Message
Declaration
public string Message { get; set; }
Property Value
View Source
OperationId
Declaration
public string OperationId { get; set; }
Property Value
View Source
OperationIndex
Declaration
public int? OperationIndex { get; set; }
Property Value