Condividi tramite


PropertyMapper<TVirtualView,TViewHandler> Classe

Definizione

generic <typename TVirtualView, typename TViewHandler>
 where TVirtualView : IElement where TViewHandler : IElementHandlerpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper, Microsoft::Maui::IPropertyMapper<TVirtualView, TViewHandler>
public class PropertyMapper<TVirtualView,TViewHandler> : Microsoft.Maui.PropertyMapper, Microsoft.Maui.IPropertyMapper<TVirtualView,TViewHandler> where TVirtualView : IElement where TViewHandler : IElementHandler
type PropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = class
    inherit PropertyMapper
    interface IPropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)>
    interface IPropertyMapper
Public Class PropertyMapper(Of TVirtualView, TViewHandler)
Inherits PropertyMapper
Implements IPropertyMapper(Of TVirtualView, TViewHandler)

Parametri di tipo

TVirtualView
TViewHandler
Ereditarietà
PropertyMapper<TVirtualView,TViewHandler>
Derivato
Implementazioni

Costruttori

PropertyMapper<TVirtualView,TViewHandler>()
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[])

Campi

_mapper (Ereditato da PropertyMapper)

Proprietà

Chained (Ereditato da PropertyMapper)
Item[String]
UpdateKeys (Ereditato da PropertyMapper)

Metodi

Add(String, Action<TViewHandler,TVirtualView>)
ClearKeyCache() (Ereditato da PropertyMapper)
GetKeys() (Ereditato da PropertyMapper)
GetProperty(String) (Ereditato da PropertyMapper)
SetPropertyCore(String, Action<IElementHandler,IElement>) (Ereditato da PropertyMapper)
UpdateProperties(IElementHandler, IElement) (Ereditato da PropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (Ereditato da PropertyMapper)
UpdatePropertyCore(String, IElementHandler, IElement) (Ereditato da PropertyMapper)

Metodi di estensione

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

Specificare un metodo da eseguire dopo un mapping di proprietà esistente.

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

Modificare un mapping delle proprietà sul posto.

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

Specificare un metodo da eseguire prima di un mapping delle proprietà esistente.

Si applica a