Class BpaAnalysisResult
- Inheritance
-
BpaAnalysisResult
- Inherited Members
-
- Namespace
- TabularEditor.Shared.Scripting
- Assembly
- TabularEditor3.Shared.dll
Complete result of running BPA analysis on a model.
public class BpaAnalysisResult
- Extension Methods
-
Constructors
BpaAnalysisResult()
public BpaAnalysisResult()
Properties
Errors
public IReadOnlyList<BpaRuleError> Errors { get; init; }
Property Value
Results
public IReadOnlyList<BpaResult> Results { get; init; }
Property Value
RuleErrors
public int RuleErrors { get; init; }
Property Value
RulesEvaluated
public int RulesEvaluated { get; init; }
Property Value
Violations
public int Violations { get; init; }
Property Value