C# Class OSharp.Core.Mapping.MapperExtensions

对象映射扩展操作
Show file Open project: liuxx-u/Bode

Public Methods

Method Description
SetMaper ( IMapper mapper ) : void

设置对象映射执行者

Private Methods

Method Description
CheckMapper ( ) : void

验证映射执行者是否为空

Method Details

SetMaper() public static method

设置对象映射执行者
public static SetMaper ( IMapper mapper ) : void
mapper IMapper 映射执行者
return void