'Declaration
Protected Overridable Sub CollectTypeMappings( _ ByVal typeMappingDefinition As AbstractTypeMappingDefinition, _ ByVal targetType As Type, _ ByVal targetObject As Object, _ ByVal mappingContext As AbstractMappingContext, _ ByVal mapper As AbstractMapper _ )
'Usage
Dim instance As AbstractMappingProvider Dim typeMappingDefinition As AbstractTypeMappingDefinition Dim targetType As Type Dim targetObject As Object Dim mappingContext As AbstractMappingContext Dim mapper As AbstractMapper instance.CollectTypeMappings(typeMappingDefinition, targetType, targetObject, mappingContext, mapper)
protected virtual void CollectTypeMappings( AbstractTypeMappingDefinition typeMappingDefinition, Type targetType, object targetObject, AbstractMappingContext mappingContext, AbstractMapper mapper )
protected: virtual void CollectTypeMappings( AbstractTypeMappingDefinition^ typeMappingDefinition, Type^ targetType, Object^ targetObject, AbstractMappingContext^ mappingContext, AbstractMapper^ mapper )
Parameters
- typeMappingDefinition
- The mapping definition for the type whose mappings should be collected.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - targetType
- The type of the target object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - targetObject
- The target object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mappingContext
- The mapping context.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mapper
- The current mapper.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).