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