Class SettingsIssueRecord
- Namespace
- CodeStage.Maintainer.Issues
- Assembly
- Build.dll
[Serializable]
public class SettingsIssueRecord : AssetIssueRecord, IScanListenerResult
- Inheritance
-
objectSettingsIssueRecord
- Implements
- Inherited Members
Properties
IsFixable
Returns true if current issue type is potentially fixable, returns false otherwise.
public override bool IsFixable { get; }
Property Value
- bool
PropertyPath
public string PropertyPath { get; }
Property Value
- string
Methods
ConstructBody(StringBuilder)
protected override void ConstructBody(StringBuilder text)
Parameters
textStringBuilder
Show()
public void Show()