Report Class

Summary

Report generator types.
Assembly
Cake.SPCAF.dll
Namespace
Cake.SPCAF.Enums
Base Types
graph BT Type-->Base0["EnumBaseType"] click Base0 "/api/Cake.SPCAF.Enums/EnumBaseType" Base0-->Base1["Object"] Type["Report"] class Type type-node

Syntax

public class Report : EnumBaseType

Fields

Name Constant Value Summary
Csv
Csv generator.
static
Html
Html generator.
static
None
None generator - console output will be generated regardless of this argument.
static
Xml
Xml generator.
static

Methods

Name Value Summary
ToString() string
Inherited from EnumBaseType

Extension Methods

Name Value Summary
Dump<Report>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<Report>(Report[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<Report>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<Report>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<Report>(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<Report>(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