Table of Contents

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

Type Description
IReadOnlyList<BpaRuleError>

Results

public IReadOnlyList<BpaResult> Results { get; init; }

Property Value

Type Description
IReadOnlyList<BpaResult>

RuleErrors

public int RuleErrors { get; init; }

Property Value

Type Description
int

RulesEvaluated

public int RulesEvaluated { get; init; }

Property Value

Type Description
int

Violations

public int Violations { get; init; }

Property Value

Type Description
int