Summary
Parameters for reporting.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Implementing Types
graph BT
Type["IIssuesParametersReporting"]
class Type type-node
Implementing0["IssuesParametersReporting"]-.->Type
click Implementing0 "/api/Cake.Frosting.Issues.Recipe/IssuesParametersReporting"
Syntax
public interface IIssuesParametersReporting
Properties
Name | Value | Summary |
---|---|---|
Full |
Generic |
Gets or sets the settings for the full issues report.
By default
HtmlDxDataGrid template is used
with MaterialBlueLight theme.
|
Should |
bool |
Gets or sets a value indicating whether full issues report should be created.
Default value is
true .
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From IssuesArgumentChecks
|