Click or drag to resize

PropertyMappingApplyMappings Method

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
protected static void ApplyMappings(
	Object data,
	IEnumerable<PropertyMapping> mappings,
	MPScope scope,
	List<SerializableDictionary<string, Object>> resultList
)

Parameters

data
Type: SystemObject
mappings
Type: System.Collections.GenericIEnumerablePropertyMapping
scope
Type: Colygon.MatchPoint.Core.ExpressionsMPScope
resultList
Type: System.Collections.GenericListSerializableDictionaryString, Object
See Also