Sdílet prostřednictvím


PropertyMapperExtensions Třída

Definice

public ref class PropertyMapperExtensions abstract sealed
public static class PropertyMapperExtensions
type PropertyMapperExtensions = class
Public Module PropertyMapperExtensions
Dědičnost
PropertyMapperExtensions

Metody

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

Zadejte metodu, která se má spustit po existujícím mapování vlastností, ale pokud se typy neshodují, přeskočte.

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

Zadejte metodu, která se má spustit po existujícím mapování vlastností.

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

Upravte mapování vlastností na místě, ale pokud se typy neshodují, zavolejte předchozí mapování.

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

Upravte mapování vlastností na místě.

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

Zadejte metodu, která se má spustit před existujícím mapováním vlastností, ale pokud se typy neshodují, přeskočte.

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

Zadejte metodu, která se má spustit před existujícím mapováním vlastností.

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

Nahraďte mapování vlastností na místě, ale pokud se typy neshodují, zavolejte předchozí mapování.

Platí pro