Persistate API documentation
NameFinder Delegate
NamespacesPersistateNameFinder

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

This delegate is used to supply a method to find an object with a particular friendly name to the Utl.FindByName method.
Declaration Syntax
C#
public delegate Persistent NameFinder(
	string name
)
Parameters
name (String)
The friendly name of the object to find.
Return Value
The object found by the finder method

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