This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
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 |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|