'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.
- targetObject
- The target object.
- mappingContext
- The mapping context.
- mapper
- The current mapper.
Return Value
The value of the meta-member.