ClassMetadata.

_typeHandler Field

Summary

For reference types, _typeHandler always holds a StandardReferenceTypeHandler that will use the _aspects of this class to take care of its business.

Syntax

protected ITypeHandler4 _typeHandler

Remarks

For reference types, _typeHandler always holds a StandardReferenceTypeHandler that will use the _aspects of this class to take care of its business. A custom type handler would appear as a TypeHandlerAspect in that case. For value types, _typeHandler always holds the actual value type handler be it a custom type handler or a builtin one.