IPropertyAccessor Interface
Defines an accessor to a property on an object returned by a IPropertyAccessorPlugin
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IPropertyAccessor : IDisposable
Public Interface IPropertyAccessor
Inherits IDisposable
type IPropertyAccessor =
interface
interface IDisposable
end
Implements | IDisposable |
Properties
PropertyType | Gets the type of the property. |
Value | Gets the current value of the property. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
SetValue(Object, BindingPriority) | Sets the property value. |
Subscribe(Action(Object)) | Subscribes to the value of the member. |
Unsubscribe() | Unsubscribes to the value of the member. |