Summary
Lookup data for all known recipes.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Base Types
-
- Object
- ClassEnum
<KnownRecipe>
graph BT
Type-->Base0["ClassEnum<KnownRecipe>"]
Base0-->Base1["Object"]
Type["KnownRecipe"]
class Type type-node
Syntax
public class KnownRecipe : ClassEnum<KnownRecipe>
Fields
Properties
Name | Value | Summary |
---|---|---|
DefaultTheme | string |
Gets the default theme for this recipe (or null). This should map
to a theme in the
Wyam.Configuration.KnownTheme lookup.
|
PackageId | string |
Gets the package that the recipe class is in. If the recipe is in the
core library, this will be null.
|