Table of Contents

Struct DetectorInfo

Namespace
CodeStage.Maintainer.Issues.Detectors
Assembly
Build.dll
public struct DetectorInfo

Properties

Group

public IssueGroup Group { get; }

Property Value

IssueGroup

Kind

public DetectorKind Kind { get; }

Property Value

DetectorKind

Name

public string Name { get; }

Property Value

string

Severity

public IssueSeverity Severity { get; }

Property Value

IssueSeverity

Tooltip

public string Tooltip { get; }

Property Value

string

Methods

From(IssueGroup, DetectorKind, IssueSeverity, string, string)

public static DetectorInfo From(IssueGroup group, DetectorKind kind, IssueSeverity severity, string name, string tooltip = null)

Parameters

group IssueGroup
kind DetectorKind
severity IssueSeverity
name string
tooltip string

Returns

DetectorInfo

GetGUIContent()

public GUIContent GetGUIContent()

Returns

GUIContent