Theme Class

Assembly
Cake.DocCreator.dll
Namespace
Cake.DocCreator
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Theme"] class Type type-node

Syntax

public sealed class Theme : Enum

Fields

Name Constant Value Summary
Amelia 1
static
Bootstrap 0
static
Cerulean 2
static
Cyborg 3
static
Journal 4
static
Readable 5
static
Simplex 6
static
Slate 7
static
Spacelab 8
static
Spruce 9
static
Superhero 10
static
United 11
static
value__

Extension Methods

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