TypeHandlerConfiguration.

RegisterTypeHandlerFor(string, ITypeHandler4) Method

Syntax

protected virtual void RegisterTypeHandlerFor(string className, ITypeHandler4 typeHandler)

Parameters

Name Type Description
className string
typeHandler ITypeHandler4

Return Value

Type Description
void