'Declaration
<CanBeNullAttribute()> Protected Overridable Function GetMetaValue( _ ByVal metaName As String, _ ByVal targetObject As Object, _ ByVal mappingContext As AbstractMappingContext, _ ByVal mapper As AbstractMapper _ ) As Object
'Usage
Dim instance As AbstractMappingProvider Dim metaName As String Dim targetObject As Object Dim mappingContext As AbstractMappingContext Dim mapper As AbstractMapper Dim value As Object value = instance.GetMetaValue(metaName, targetObject, mappingContext, mapper)
[CanBeNull()] protected virtual object GetMetaValue( string metaName, object targetObject, AbstractMappingContext mappingContext, AbstractMapper mapper )
[CanBeNull()] protected: virtual Object^ GetMetaValue( String^ metaName, Object^ targetObject, AbstractMappingContext^ mappingContext, AbstractMapper^ mapper )
Parameters
- metaName
- The name of the meta-member.
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).
Return Value
This method can return null
(Nothing
in Visual Basic).