GenericIssueReportTemplate Class

Summary

Default templates provided by this addin.
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
Dump<GenericIssueReportTemplate>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GenericIssueReportTemplate>(GenericIssueReportTemplate[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GenericIssueReportTemplate>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<GenericIssueReportTemplate>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<GenericIssueReportTemplate>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GenericIssueReportTemplate>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin