Summary
Default templates provided by this addin.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["GenericIssueReportTemplate"]
class Type type-node
Syntax
public sealed class GenericIssueReportTemplate : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
HtmlDataTable | 1 |
Template for a HTML report containing a rich data table view with sorting and search functionality.
static
|
HtmlDiagnostic | 0 |
Template for a HTML report containing a list of all issues with all properties.
static
|
HtmlDxDataGrid | 2 |
Template for a HTML report containing a rich data grid with sorting, filtering, grouping and search capabilities.
See
HtmlDxDataGridOption for template specific options.
static
|
value__ |
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|