Summary
For reference types, _typeHandler always holds a StandardReferenceTypeHandler
that will use the _aspects of this class to take care of its business.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- ClassMetadata
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.