- Namespace
- Statiq
.Common - Base Types
-
- object
- StatiqLogState
graph BT
Type-->Base0["StatiqLogState"]
click Base0 "/api/Statiq.Common/StatiqLogState"
Base0-->Base1["object"]
Type["StatiqLogState<TInnerState>"]
class Type type-node
Syntax
public class StatiqLogState<TInnerState> : StatiqLogState
Type Parameters
Name | Description |
---|---|
TInnerState |
Constructors
Name | Summary |
---|---|
StatiqLogState |
Properties
Name | Property Type | Summary |
---|---|---|
Document | IDocument |
Inherited from StatiqLogState
|
InnerState | TInnerState | |
LogToBuildServer | bool |
Inherited from StatiqLogState
|