Summary
An
IPropertyAccessor
that represents an error.
- Namespace
- Avalonia
.Data .Core .Plugins - Interfaces
-
- IPropertyAccessor
- IDisposable
- 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 |
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 |
bool |
Sets the property value.
|
Subscribe |
void | |
Unsubscribe |
void |