Share via


PropertyMapperExtensions 类

定义

public ref class PropertyMapperExtensions abstract sealed
public static class PropertyMapperExtensions
type PropertyMapperExtensions = class
Public Module PropertyMapperExtensions
继承
PropertyMapperExtensions

方法

AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<IElement,IElementHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在现有属性映射之后运行的方法,但如果类型不匹配,则跳过。

AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在现有属性映射后运行的方法。

ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<IElement, IElementHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>)

就地修改属性映射,但如果类型不匹配,则调用以前的映射。

ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>)

就地修改属性映射。

PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<IElement,IElementHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在现有属性映射之前运行的方法,但如果类型不匹配,则跳过。

PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

指定要在现有属性映射之前运行的方法。

ReplaceMapping<TVirtualView,TViewHandler>(IPropertyMapper<IElement,IElementHandler>, String, Action<TViewHandler,TVirtualView>)

替换就地的属性映射,但如果类型不匹配,则调用以前的映射。

适用于