An NDoc Documented Class Library

IFilter Interface

IFilter is type of ICommand that contains postProcess method. In case when this particular IFilter's execute method was executed by IChain then IChain have to execute also this particular IFilter's postProcess method.

For a list of all members of this type, see IFilter Members.

[Visual Basic]
Public Interface IFilter
    Implements ICommand
[C#]
public interface IFilter : ICommand

Requirements

Namespace: NChain

Assembly: NChain (in NChain.dll)

See Also

IFilter Members | NChain Namespace