IBuildItemsModifier Interface |
When a
doozer returns an object implementing
this interface, the
Apply(IList) method is called on the list of items
that has been built.
This interface can be used to support special
doozers
that do not simply build one item but want to modify the list of items built so far.
Example use is the
IncludeDoozer which uses this interface to return
multiple items instead of one.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface IBuildItemsModifier
The IBuildItemsModifier type exposes the following members.
Methods See Also