Persistate API documentation
TreeCallAssociated Delegate
NamespacesPersistateTreeCallAssociated

[This is preliminary documentation and is subject to change.]

This delegate holds methods called for every association in a tree during a descent of the tree performed by Persistent.CallTree.
Declaration Syntax
C#
public delegate void TreeCallAssociated(
	IClassified target,
	Persistent associator,
	int slot,
	CallTreeData callTreeData
)
Parameters
target (IClassified)
The associated object or collection. This may be null.
associator (Persistent)
The object owning the association to the target.
slot (Int32)
The member slot within the associator of the association for which the method is being called.
callTreeData (CallTreeData)
An object containing parameters for the call.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)