BuiltinBackend Class

Summary

The builtin backends. Use WithBuiltinBackend(AsciiDoctorJRunnerSettings, BuiltinBackend) to use these values to modify Backend.
Assembly
Cake.AsciiDoctorJ.dll
Namespace
Cake.AsciiDoctorJ
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["BuiltinBackend"] class Type type-node

Syntax

public sealed class BuiltinBackend : Enum

Fields

Name Constant Value Summary
DocBook 4
docbook backend
static
DocBook5 5
docbook5 backend
static
Html 0
html backend
static
Html5 1
html5 backend
static
Manpage 6
manpage backend
static
value__
Xhtml 2
xhtml backend
static
Xhtml5 3
xhtml5 backend
static

Extension Methods

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