Summary
A directive that can be used in the configuration file and optionally on the
command line.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .Preprocessing
graph BT
Type["IDirective"]
class Type type-node
Syntax
public interface IDirective
Properties
Name | Value | Summary |
---|---|---|
Description | string |
Gets a description of the directive.
|
Name | string |
Gets the directive name.
|
ShortName | string |
Gets the short directive name.
|
SupportsMultiple | bool |
Gets a value indicating whether the directive supports multiple values.
|
ValueComparer | IEqualityComparer |
Gets a string comparer that can be used to compare values of one directive to another for equality.
|
Methods
Name | Value | Summary |
---|---|---|
GetHelpText |
string |
Gets the help text.
|
Process |
void |
Processes the directive.
|