<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

IObjectMappingService

public interface IObjectMappingService
Provides a set of methods for object data mapping.
void Map(Dictionary<string, object> propertiesMap, object destination, MappingOptions options = null)

Maps the specified propertiesMap to destination object using options as mapping options.

void Map(string propertyName, object propertyValue, object destination, MappingOptions options = null)

Maps the specified value into the property with specified name of destination object using options as mapping options.