PropertyError Class

Summary

An IPropertyAccessor that represents an error.
Namespace
Avalonia.Data.Core.Plugins
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IPropertyAccessor"] click Interface0 "/api/Avalonia.Data.Core.Plugins/IPropertyAccessor" Type-.->Interface1["IDisposable"] Type["PropertyError"] class Type type-node

Syntax

public class PropertyError : IPropertyAccessor, IDisposable

Constructors

Name Summary
PropertyError(BindingNotification) Initializes a new instance of the PropertyError class.

Properties

Name Value Summary
PropertyType Type
Gets the type of the property.
Value object
Gets the current value of the property.

Methods

Name Value Summary
Dispose() void
SetValue(object, BindingPriority) bool
Sets the property value.
Subscribe(Action<object>) void
Unsubscribe() void