예제 #1
0
 /// <summary>
 /// Returns mapping plans for all mapping functions currently cached by the default <see cref="IMapper"/>.
 /// </summary>
 /// <returns>A string containing the currently-cached functions to be executed during mappings.</returns>
 public static string GetPlansInCache() => Default.GetPlansInCache();
예제 #2
0
 /// <summary>
 /// Returns mapping plans for all mapping functions currently cached by the <see cref="IMapper"/> being configured.
 /// </summary>
 /// <returns>A string containing the currently-cached functions to be executed during mappings.</returns>
 protected string GetPlansInCache() => _mapper.GetPlansInCache();