ITypeHandlerPredicate.

Match(IReflectClass) Method

Summary

return true if a TypeHandler is to be used for a specific Type

Syntax

bool Match(IReflectClass classReflector)

Parameters

Name Type Description
classReflector IReflectClass the Type passed by db4o that is to be tested by this predicate.

Return Value

Type Description
bool true if the TypeHandler is to be used for a specific Type.