C# Class OSharp.Core.Mapping.MapperExtensions

对象映射扩展操作
Afficher le fichier Open project: liuxx-u/Bode

Méthodes publiques

Méthode Description
SetMaper ( IMapper mapper ) : void

设置对象映射执行者

Private Methods

Méthode Description
CheckMapper ( ) : void

验证映射执行者是否为空

Method Details

SetMaper() public static méthode

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