PropertyMapper Class

Definition

public ref class PropertyMapper abstract : Microsoft::Maui::IPropertyMapper
public abstract class PropertyMapper : Microsoft.Maui.IPropertyMapper
type PropertyMapper = class
    interface IPropertyMapper
Public MustInherit Class PropertyMapper
Implements IPropertyMapper
Inheritance
PropertyMapper
Derived
Implements

Constructors

PropertyMapper()
PropertyMapper(IPropertyMapper[])

Fields

_mapper

Properties

Chained
UpdateKeys

Methods

ClearKeyCache()
GetKeys()
GetProperty(String)
SetPropertyCore(String, Action<IElementHandler,IElement>)
UpdateProperties(IElementHandler, IElement)
UpdateProperty(IElementHandler, IElement, String)
UpdatePropertyCore(String, IElementHandler, IElement)

Applies to