Summary
Configurator that initializes filters in the order in which they've
been specified in the build file.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Base Types
graph BT
Type-->Base0["Element.AttributeConfigurator"]
click Base0 "/api/NAnt.Core/AttributeConfigurator"
Base0-->Base1["Object"]
Type["FilterChain.FilterChainConfigurator"]
class Type type-node
Syntax
public class FilterChain.FilterChainConfigurator : Element.AttributeConfigurator
Constructors
Properties
Name | Value | Summary |
---|---|---|
Element | Element |
Inherited from Element
|
ElementXml | XmlNode |
Inherited from Element
|
Location | Location |
Inherited from Element
|
Name | string |
Inherited from Element
|
NamespaceManager | XmlNamespaceManager |
Gets the
System.Xml.XmlNamespaceManager .
Inherited from Element
|
Project | Project |
Inherited from Element
|
Properties | PropertyDictionary |
Inherited from Element
|
TargetFramework | FrameworkInfo |
Inherited from Element
|
Unprocessed |
StringCollection |
Inherited from Element
|
Unprocessed |
StringCollection |
Inherited from Element
|
Methods
Name | Value | Summary |
---|---|---|
Initialize |
void |
Initializes this instance.
Inherited from Element
|
InitializeAttribute |
bool |
Initializes the attribute.
Inherited from Element
|
Initialize |
Element |
Inherited from Element
|
Initialize |
bool |
Initializes the build element collection.
|
Initialize |
bool |
Inherited from Element
|
Initialize |
void |
Initializes the ordered child elements.
Inherited from Element
|