- Namespace
- Statiq
.App - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["DefaultFeatures"]
class Type type-node
Syntax
[Flags]
public enum DefaultFeatures
Attributes
Type | Description |
---|---|
FlagsAttribute |
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
All | DefaultFeatures | 4095 |
static
|
Analyzers | DefaultFeatures | 2048 |
static
|
Bootstrapper |
DefaultFeatures | 1 |
static
|
BuildCommands | DefaultFeatures | 32 |
static
|
ConfigurationFiles | DefaultFeatures | 16 |
static
|
CustomCommands | DefaultFeatures | 64 |
static
|
EnvironmentVariables | DefaultFeatures | 8 |
static
|
GlobCommands | DefaultFeatures | 1024 |
static
|
Logging | DefaultFeatures | 2 |
static
|
Namespaces | DefaultFeatures | 256 |
static
|
None | DefaultFeatures | 0 |
static
|
Pipelines | DefaultFeatures | 512 |
static
|
Settings | DefaultFeatures | 4 |
static
|
Shortcodes | DefaultFeatures | 128 |
static
|