Class AnalyzerResult
- Inheritance
-
AnalyzerResult
- Inherited Members
-
- Namespace
- TabularEditor.Shared.BPA
- Assembly
- TabularEditor3.Shared.dll
public class AnalyzerResult
- Extension Methods
-
Constructors
AnalyzerResult()
Properties
CanFix
public bool CanFix { get; }
Property Value
Ignored
Indicates whether this rule should be ignored on this particular object
public bool Ignored { get; }
Property Value
InvalidCompatibilityLevel
public bool InvalidCompatibilityLevel { get; set; }
Property Value
Object
public ITabularNamedObject Object { get; set; }
Property Value
ObjectName
public string ObjectName { get; }
Property Value
ObjectType
public string ObjectType { get; }
Property Value
Rule
public BestPracticeRule Rule { get; set; }
Property Value
RuleEnabled
public bool RuleEnabled { get; set; }
Property Value
RuleError
public string RuleError { get; set; }
Property Value
RuleErrorScope
public RuleScope RuleErrorScope { get; set; }
Property Value
RuleHasError
public bool RuleHasError { get; }
Property Value
RuleName
public string RuleName { get; }
Property Value
Methods
Fix()