Class ReportBatchValidationResult
Outcome of validating a batch of operations, exposing the collected issues and whether the batch is valid.
Inheritance
ReportBatchValidationResult
Assembly: Reportman.Reporting.Design.dll
Syntax
public class ReportBatchValidationResult
Constructors
View Source
ReportBatchValidationResult()
Declaration
public ReportBatchValidationResult()
Properties
View Source
IsValid
Declaration
public bool IsValid { get; }
Property Value
View Source
Issues
Declaration
public List<ReportBatchIssue> Issues { get; }
Property Value