Property CanFix
CanFix
True if this rule can fix itself. If child class sets this to true, class must override FixIssues
Declaration
public override bool CanFix { get; }
Property Value
Type | Description |
---|---|
Boolean |
True if this rule can fix itself. If child class sets this to true, class must override FixIssues
public override bool CanFix { get; }
Type | Description |
---|---|
Boolean |