PropertyMapperExtensions Class

Definition

public ref class PropertyMapperExtensions abstract sealed
public static class PropertyMapperExtensions
type PropertyMapperExtensions = class
Public Module PropertyMapperExtensions
Inheritance
PropertyMapperExtensions

Methods

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

Specify a method to be run after an existing property mapping but skip if the types do not match.

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

Specify a method to be run after an existing property mapping.

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

Modify a property mapping in place but call the previous mapping if the types do not match.

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

Modify a property mapping in place.

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

Specify a method to be run before an existing property mapping but skip if the types do not match.

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

Specify a method to be run before an existing property mapping.

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

Replace a property mapping in place but call the previous mapping if the types do not match.

Applies to