Click or drag to resize

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.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IBuildItemsModifier

The IBuildItemsModifier type exposes the following members.

Methods
 NameDescription
Public methodApply 
Top
See Also