Sdílet prostřednictvím


CommandMapperExtensions Třída

Definice

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

Metody

AppendToMapping<TVirtualView,TViewHandler>(CommandMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView,Object>)

Zadejte metodu, která se má spustit po mapování existujícího příkazu.

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

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

AppendToMapping<TVirtualView,TViewHandler>(ICommandMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView,Object>)

Zadejte metodu, která se má spustit po mapování existujícího příkazu.

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

Upravte mapování příkazů na místě.

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

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

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

Upravte mapování příkazů na místě.

PrependToMapping<TVirtualView,TViewHandler>(CommandMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView,Object>)

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

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

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

PrependToMapping<TVirtualView,TViewHandler>(ICommandMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView,Object>)

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

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

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

Platí pro