Summary
Name of columns in a report.
The value can be used for default positions of the columns.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["ReportColumn"]
class Type type-node
Syntax
public sealed class ReportColumn : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
Column | 1020 |
Column for the
Column field.
static
|
EndColumn | 1030 |
Column for the
EndColumn field.
static
|
EndLine | 1010 |
Column for the
EndLine field.
static
|
FileDirectory | 800 |
Column for the value returned by
FilePath(IIssue) .
static
|
FileName | 900 |
Column for the value returned by
FileName(IIssue) .
static
|
FilePath | 700 |
Column for the
AffectedFileRelativePath field.
static
|
Line | 1000 |
Column for the
Line field.
static
|
Location | 1050 |
Column for the value returned by
LineRange(IIssue) .
static
|
Message | 1300 |
Column for the message. This can either be the
MessageText ,
MessageHtml or MessageMarkdown field,
depending on the report.
static
|
Priority | 300 |
Column for the
Priority field.
static
|
PriorityName | 400 |
Column for the
PriorityName field.
static
|
ProjectName | 600 |
Column for the
ProjectName field.
static
|
ProjectPath | 500 |
Column for the
ProjectFileRelativePath field.
static
|
ProviderName | 200 |
Column for the
ProviderName field.
static
|
ProviderType | 100 |
Column for the
ProviderType field.
static
|
RuleId | 1100 |
Column for the
RuleId field.
static
|
RuleName | 1110 |
Column for the
RuleName field.
static
|
RuleUrl | 1200 |
Column for the
RuleUrl field.
static
|
Run | 1400 |
Column for the
Run field.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|