共用方式為


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>)

請就地取代屬性對應,但如果類型不相符,請呼叫先前的對應。

適用於