- Namespace
- Statiq
.Common - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
Syntax
public enum Phase
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Input | Phase | 0 |
static
|
Output | Phase | 3 |
static
|
PostProcess | Phase | 2 |
static
|
Process | Phase | 1 |
static
|