'Declaration
<CanBeNullAttribute()> Protected Overrides Function GetMetaValue( _ ByVal metaName As String, _ ByVal targetObject As Object, _ ByVal mappingContext As AbstractMappingContext, _ ByVal mapper As AbstractMapper _ ) As Object
'Usage
Dim instance As CommonMappingProvider 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 override object GetMetaValue( string metaName, object targetObject, AbstractMappingContext mappingContext, AbstractMapper mapper )
[CanBeNull()] protected: Object^ GetMetaValue( String^ metaName, Object^ targetObject, AbstractMappingContext^ mappingContext, AbstractMapper^ mapper ) override
Parameters
- metaName
- The name of the meta-member.The name of the meta-member.
- targetObject
- The target object.The target object.
- mappingContext
- The mapping context.The mapping context.
- mapper
- The current mapper.The current mapper.
Return Value
The value of the meta-member.The value of the meta-member.