Table of Contents

Class AnalyzerResult

Inheritance
AnalyzerResult
Inherited Members
Namespace
TabularEditor.Shared.BPA
Assembly
TabularEditor3.Shared.dll
public class AnalyzerResult
Extension Methods

Constructors

AnalyzerResult()

public AnalyzerResult()

Properties

CanFix

public bool CanFix { get; }

Property Value

Type Description
bool

Ignored

Indicates whether this rule should be ignored on this particular object

public bool Ignored { get; }

Property Value

Type Description
bool

InvalidCompatibilityLevel

public bool InvalidCompatibilityLevel { get; set; }

Property Value

Type Description
bool

Object

public ITabularNamedObject Object { get; set; }

Property Value

Type Description
ITabularNamedObject

ObjectName

public string ObjectName { get; }

Property Value

Type Description
string

ObjectType

public string ObjectType { get; }

Property Value

Type Description
string

Rule

public BestPracticeRule Rule { get; set; }

Property Value

Type Description
BestPracticeRule

RuleEnabled

public bool RuleEnabled { get; set; }

Property Value

Type Description
bool

RuleError

public string RuleError { get; set; }

Property Value

Type Description
string

RuleErrorScope

public RuleScope RuleErrorScope { get; set; }

Property Value

Type Description
RuleScope

RuleHasError

public bool RuleHasError { get; }

Property Value

Type Description
bool

RuleName

public string RuleName { get; }

Property Value

Type Description
string

Methods

Fix()

public void Fix()